gedit: fix revdep

This commit is contained in:
Luis
2023-08-08 11:09:23 +00:00
parent 8577f9136e
commit 6a3a409038
2 changed files with 9 additions and 2 deletions

View File

@@ -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

View File

@@ -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
}