gnome-keyring.paketlendi

This commit is contained in:
milisman 2017-02-04 20:52:45 +02:00
parent 4de9a5d742
commit b0df4b979d
2 changed files with 29 additions and 2 deletions

View File

@ -0,0 +1,27 @@
# Description: Gnome keyring functions
# URL: http://www.gnome.org/
# Packager: milisarge
# Depends on: libgcrypt libtasn1 gcr
name=gnome-keyring
version=3.20
release=1
source=(http://ftp.acc.umu.se/pub/GNOME/sources/$name/$version/$name-$version.0.tar.xz)
build(){
cd $name-$version.0
sed -i -e "s/USE_NLS=yes/USE_NLS=no/" \
-e "s/ENABLE_NLS 1/ENABLE_NLS 0/" configure
export CFLAGS="$CFLAGS -D_GNU_SOURCE"
./configure --prefix=/usr \
--mandir=/usr/man \
--sysconfdir=/etc \
--disable-gtk-doc \
--disable-nls
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
}

View File

@ -1,7 +1,7 @@
# Description: Tools which simplify and make the network more directly manageable.
# URL: http://projects.gnome.org/NetworkManager/
# Packager: pierre at nutyx dot org
# Depends on: gtk3 gconf iso-codes gobject-introspection libgnome-keyring libsecret libnotify networkmanager polkit-gnome modemmanager gtk-update-icon-cache
# Packager: milisarge
# Depends on: gtk3 gconf iso-codes gobject-introspection libgnome-keyring gnome-keyring ibsecret libnotify networkmanager polkit-gnome modemmanager gtk-update-icon-cache
name=network-manager-applet
version=1.4.2