libnotify: 0.7.7 -> 0.7.8
This commit is contained in:
parent
4d1b4f93b9
commit
8a72a7a6a4
libnotify
@ -10,9 +10,7 @@ drwxr-xr-x root/root usr/include/libnotify/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/girepository-1.0/
|
||||
-rw-r--r-- root/root usr/lib/girepository-1.0/Notify-0.7.typelib
|
||||
-rw-r--r-- root/root usr/lib/libnotify.a
|
||||
-rwxr-xr-x root/root usr/lib/libnotify.la
|
||||
lrwxrwxrwx root/root usr/lib/libnotify.so -> libnotify.so.4.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libnotify.so -> libnotify.so.4
|
||||
lrwxrwxrwx root/root usr/lib/libnotify.so.4 -> libnotify.so.4.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libnotify.so.4.0.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/eKG2rJFhSLVB8aAnAVNE0zhv/huqmFKJ0vg+WP3MFvfw7f0zFvNl1ENZt/8F5q8rqpSXv2BrGC3LrzyUiw9VQg=
|
||||
SHA256 (Pkgfile) = fa5fdbd048d5b297302549712f847fcaa0fe467ba7c289ffbd07a9e97c35876f
|
||||
SHA256 (.footprint) = 2b948204b7c2d92413ce648c70ed3105ac08415156e591337ca6d1a3d5bd2061
|
||||
SHA256 (libnotify-0.7.7.tar.xz) = 9cb4ce315b2655860c524d46b56010874214ec27e854086c1a1d0260137efc04
|
||||
RWSE3ohX2g5d/WygCvRs7rli/o674knzQ8gCkdoow98n0tuws4jO187BVgBa+D6m0Smv77/sOPPJSlHw8pwLkXdasToysZ3xNgA=
|
||||
SHA256 (Pkgfile) = f31095415a80d7bbbcc1d985d48abeba483c64871385dc73c9ab18bd78615857
|
||||
SHA256 (.footprint) = 1bb5f87088d37b048b47712e7e595d7c96dfc3211df98fed94a08cc74d64d498
|
||||
SHA256 (libnotify-0.7.8.tar.xz) = 69209e0b663776a00c7b6c0e560302a8dbf66b2551d55616304f240bba66e18c
|
||||
|
@ -1,20 +1,22 @@
|
||||
# Description: Desktop notification library
|
||||
# URL: https://developer.gnome.org/libnotify/
|
||||
# Maintainer: Jose V Beneyto, sepen at crux dot nu
|
||||
# Depends on: gdk-pixbuf
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
# Depends on: gtk3
|
||||
|
||||
name=libnotify
|
||||
version=0.7.7
|
||||
release=2
|
||||
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
|
||||
version=0.7.8
|
||||
release=1
|
||||
source=(https://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr --disable-tests
|
||||
meson build \
|
||||
--prefix /usr \
|
||||
-Dtests=false \
|
||||
-Dintrospection=auto \
|
||||
-Dgtk_doc=false \
|
||||
-Ddocbook_docs=disabled
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/share/gtk-doc
|
||||
DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user