New package: libcryptui-3.4.0.
This commit is contained in:
parent
b05e30ee36
commit
1abd105a53
6 changed files with 72 additions and 0 deletions
|
@ -953,3 +953,4 @@ libwacom.so.2 libwacom libwacom-devel
|
|||
libfarstream-0.1.so.0 farstream farstream-devel
|
||||
libtelepathy-farstream.so.2 telepathy-farstream telepathy-farstream-devel
|
||||
libass.so.4 libass libass-devel
|
||||
libcryptui.so.0 libcryptui libcryptui-devel
|
||||
|
|
1
srcpkgs/libcryptui-devel
Symbolic link
1
srcpkgs/libcryptui-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libcryptui
|
2
srcpkgs/libcryptui/depends
Normal file
2
srcpkgs/libcryptui/depends
Normal file
|
@ -0,0 +1,2 @@
|
|||
abi_depends=">=3.4.0"
|
||||
api_depends="${abi_depends}"
|
18
srcpkgs/libcryptui/libcryptui-devel.template
Normal file
18
srcpkgs/libcryptui/libcryptui-devel.template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'libcryptui-devel'.
|
||||
#
|
||||
short_desc="${sourcepkg} -- development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run GConf-devel
|
||||
Add_dependency run libcryptui ">=${version}"
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove usr/share/gir-1.0 usr/share
|
||||
vmove usr/share/gtk-doc usr/share
|
||||
}
|
20
srcpkgs/libcryptui/libcryptui.rshlibs
Normal file
20
srcpkgs/libcryptui/libcryptui.rshlibs
Normal file
|
@ -0,0 +1,20 @@
|
|||
libgtk-3.so.0
|
||||
libgdk-3.so.0
|
||||
libatk-1.0.so.0
|
||||
libgio-2.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libcairo-gobject.so.2
|
||||
libpango-1.0.so.0
|
||||
libcairo.so.2
|
||||
libdbus-glib-1.so.2
|
||||
libdbus-1.so.3
|
||||
libpthread.so.0
|
||||
librt.so.1
|
||||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libc.so.6
|
||||
libgthread-2.0.so.0
|
||||
libgpgme.so.11
|
||||
libnotify.so.4
|
||||
libgnome-keyring.so.0
|
30
srcpkgs/libcryptui/template
Normal file
30
srcpkgs/libcryptui/template
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Template file for 'libcryptui'
|
||||
pkgname=libcryptui
|
||||
version=3.4.0
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-update-mime-database
|
||||
--disable-schemas-compile"
|
||||
short_desc="GNOME Interface components for OpenPGP"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
checksum=23e84fd9e733e58bd1640b229cfc35830287628125f0f15604ea6aecd606fac7
|
||||
long_desc="
|
||||
$pkgname is a library used for prompting for PGP keys. It's likely that this
|
||||
library will become deprecated in the near future."
|
||||
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build dbus-glib-devel
|
||||
Add_dependency build gtk+3-devel
|
||||
Add_dependency build gpgme-devel
|
||||
Add_dependency build libnotify-devel
|
||||
Add_dependency build libgnome-keyring-devel
|
||||
Add_dependency build gobject-introspection
|
||||
|
||||
Add_dependency run hicolor-icon-theme
|
||||
Add_dependency full gnupg
|
Loading…
Reference in a new issue