mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
New package: gnome-screenshot-3.3.92.
This commit is contained in:
parent
35d9fc7342
commit
390fc9510a
2 changed files with 40 additions and 0 deletions
14
srcpkgs/gnome-screenshot/gnome-screenshot.rshlibs
Normal file
14
srcpkgs/gnome-screenshot/gnome-screenshot.rshlibs
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
libcanberra-gtk3.so.0
|
||||||
|
libcanberra.so.0
|
||||||
|
libgtk-3.so.0
|
||||||
|
libgdk-3.so.0
|
||||||
|
libgio-2.0.so.0
|
||||||
|
libgdk_pixbuf-2.0.so.0
|
||||||
|
libcairo.so.2
|
||||||
|
libgobject-2.0.so.0
|
||||||
|
libglib-2.0.so.0
|
||||||
|
libXext.so.6
|
||||||
|
libX11.so.6
|
||||||
|
libm.so.6
|
||||||
|
libpthread.so.0
|
||||||
|
libc.so.6
|
26
srcpkgs/gnome-screenshot/template
Normal file
26
srcpkgs/gnome-screenshot/template
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# Template file for 'gnome-screenshot'
|
||||||
|
pkgname=gnome-screenshot
|
||||||
|
version=3.3.92
|
||||||
|
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz"
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-schemas-compile"
|
||||||
|
short_desc="A screenshot capture utility for GNOME"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
homepage="http://www.gnome.org"
|
||||||
|
license="GPL-2"
|
||||||
|
checksum=570cd04774c090e867142a59dc1d1e67fad881a90365a671374af1a42c61ffe4
|
||||||
|
long_desc="
|
||||||
|
This package contains $pkgname, a screenshot capture utility for the
|
||||||
|
GNOME desktop."
|
||||||
|
|
||||||
|
replaces="gnome-utils>=3.0"
|
||||||
|
|
||||||
|
Add_dependency build pkg-config
|
||||||
|
Add_dependency build intltool
|
||||||
|
Add_dependency build itstool
|
||||||
|
Add_dependency build gnome-doc-utils
|
||||||
|
Add_dependency build gtk+3-devel
|
||||||
|
Add_dependency build libcanberra-devel
|
||||||
|
|
||||||
|
Add_dependency full gsettings-desktop-schemas
|
||||||
|
Add_dependency run desktop-file-utils
|
Loading…
Add table
Reference in a new issue