mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
gcr: update to 3.4.0.
This commit is contained in:
parent
d4027c32c0
commit
d8262736f6
2 changed files with 5 additions and 3 deletions
|
@ -12,6 +12,8 @@ Add_dependency run p11-kit-devel
|
||||||
Add_dependency run gtk+3-devel
|
Add_dependency run gtk+3-devel
|
||||||
Add_dependency run gcr ">=${version}"
|
Add_dependency run gcr ">=${version}"
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'gcr'
|
# Template file for 'gcr'
|
||||||
pkgname=gcr
|
pkgname=gcr
|
||||||
version=3.3.92
|
version=3.4.0
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-debug --disable-update-mime
|
configure_args="--disable-debug --disable-update-mime
|
||||||
--disable-update-icon-cache --disable-schemas-compile"
|
--disable-update-icon-cache --disable-schemas-compile"
|
||||||
short_desc="GNOME crypto package"
|
short_desc="GNOME crypto package"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
checksum=06ee57d14a00ffd514f636e91d00a2bb5c8ca9783dda3864ea6e67425bef9465
|
checksum=6cb92178a04b5ea335102b43027420c200fe6a053e5e2009ffae91914a268106
|
||||||
long_desc="
|
long_desc="
|
||||||
GCR is a library for displaying certificates, and crypto UI, accessing
|
GCR is a library for displaying certificates, and crypto UI, accessing
|
||||||
key stores. It also provides the viewer for crypto files on the GNOME
|
key stores. It also provides the viewer for crypto files on the GNOME
|
||||||
|
|
Loading…
Add table
Reference in a new issue