mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
eog-plugins: update to 3.10.1.
This commit is contained in:
parent
8f3ba24f94
commit
5e46121d09
1 changed files with 7 additions and 7 deletions
|
@ -1,23 +1,23 @@
|
||||||
# Template file for 'eog-plugins'
|
# Template file for 'eog-plugins'
|
||||||
pkgname=eog-plugins
|
pkgname=eog-plugins
|
||||||
version=3.8.1
|
version=3.10.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config intltool"
|
hostmakedepends="pkg-config intltool"
|
||||||
makedepends="eog-devel>=3.8 libgdata-devel>=0.13
|
makedepends="eog-devel>=3.10 libgdata-devel>=0.14
|
||||||
libchamplain-devel>=0.12.3_2 libpeas-devel libexif-devel
|
libchamplain-devel>=0.12.3_2 libpeas-devel libexif-devel
|
||||||
gsettings-desktop-schemas-devel>=3.8"
|
gsettings-desktop-schemas-devel>=3.10"
|
||||||
short_desc="Eye of GNOME plugins"
|
short_desc="Eye of GNOME plugins"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=5cf8dab5b6622b9e712da4094185112cc84baa96f2775cc76bf654b1c443cfb9
|
checksum=d5b32c49dbf1e0b6cf56c9fdc6c19186c92e98d92b71aa98805491e2bb2f8e12
|
||||||
|
|
||||||
eog-plugins_package() {
|
eog-plugins_package() {
|
||||||
pycompile_dirs="usr/lib/eog/plugins"
|
pycompile_dirs="usr/lib/eog/plugins"
|
||||||
depends="eog>=${version} gsettings-desktop-schemas>=3.8.0"
|
depends="eog>=${version} gsettings-desktop-schemas>=3.10"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue