New Package: pix
This commit is contained in:
parent
7ca38a06ee
commit
f9c3d589a7
1 changed files with 29 additions and 0 deletions
29
srcpkgs/pix/template
Normal file
29
srcpkgs/pix/template
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Template file for 'pix'
|
||||
pkgname=pix
|
||||
version=2.8.7
|
||||
revision=1
|
||||
repository=cereus-extra
|
||||
build_style=gnu-makefile
|
||||
makedepends="gnome-common make intltool itstool liboauth-devel libchamplain-devel exiv2-devel glib-devel pkg-config yelp-tools gettext-devel libtool gsettings-desktop-schemas-devel"
|
||||
depends="desktop-file-utils librsvg clutter-gtk gst-plugins-base1 gsettings-desktop-schemas libwebp webkit2gtk"
|
||||
short_desc="Image viewer and browser based on gthumb. X-Apps Project."
|
||||
maintainer="KF-Art <https://github.com/KF-Art>"
|
||||
license="GPL-2.0"
|
||||
homepage="https://github.com/linuxmint/pix"
|
||||
distfiles="${homepage}/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=84934c9ab237e0676029abeeb00ec2ff203c800c713ef1d808df80980019ae38
|
||||
|
||||
do_configure() {
|
||||
gnome-autogen.sh --prefix="/usr" \
|
||||
--localstatedir="/var" \
|
||||
--libexecdir="/usr/libexec/${pkgname}" \
|
||||
-disable-static
|
||||
}
|
||||
|
||||
#do_install() {
|
||||
# make DESTDIR=${DESTDIR} install
|
||||
#}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
Loading…
Add table
Reference in a new issue