mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gpicview: update to 0.2.4.
This commit is contained in:
parent
74fbd07054
commit
831595ca9b
1 changed files with 9 additions and 4 deletions
|
@ -1,13 +1,18 @@
|
||||||
# Template file for 'gpicview'
|
# Template file for 'gpicview'
|
||||||
pkgname=gpicview
|
pkgname=gpicview
|
||||||
version=0.2.3
|
version=0.2.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="pkg-config intltool libjpeg-turbo-devel gtk+-devel"
|
hostmakedepends="pkg-config intltool"
|
||||||
|
makedepends="libjpeg-turbo-devel gtk+-devel desktop-file-utils"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
short_desc="A Simple and Fast Image Viewer for X"
|
short_desc="A Simple and Fast Image Viewer for X"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://lxde.org/"
|
homepage="http://lxde.org/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${DEBIAN_SITE}/main/g/${pkgname}/${pkgname}_${version}.orig.tar.xz"
|
distfiles="${SOURCEFORGE_SITE}/lxde/${pkgname}-${version}.tar.gz"
|
||||||
checksum=e1cd963e0954677efec3bc08f4318f1214d2b33c1498d402133a7ca35cec0bfd
|
checksum=99beb7df6765b386cd3f65b3ff77e9a25027a009db432f02bd60be8558f06ceb
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
sed -i '/^Categories=/ s/Utility;//' gpicview.desktop.in
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue