mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
gedit: fix revdep
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
gedit-46.1-1
|
||||
gedit-46.1-2
|
||||
drwxr-xr-x root/root etc/
|
||||
drwxr-xr-x root/root etc/revdep.d/
|
||||
-rw-r--r-- root/root etc/revdep.d/gedit.conf
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/gedit
|
||||
|
||||
@@ -5,11 +5,15 @@
|
||||
|
||||
name=gedit
|
||||
version=46.1
|
||||
release=1
|
||||
release=2
|
||||
source="https://download.gnome.org/sources/gedit/${version%.*}/$name-$version.tar.xz"
|
||||
|
||||
build() {
|
||||
venom-meson $name-$version build -Dgtk_doc=false
|
||||
meson compile -C build
|
||||
DESTDIR=$PKG meson install --no-rebuild -C build
|
||||
|
||||
# Exclude library for revdep.
|
||||
install -d $PKG/etc/revdep.d
|
||||
echo "/usr/lib/gedit/plugins/" > $PKG/etc/revdep.d/$name.conf
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user