Added gnome-tweak-tool-3.0.0 build template.
This commit is contained in:
parent
cc0d1483e1
commit
491baecc19
1 changed files with 22 additions and 0 deletions
22
srcpkgs/gnome-tweak-tool/template
Normal file
22
srcpkgs/gnome-tweak-tool/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'gnome-tweak-tool'
|
||||
pkgname=gnome-tweak-tool
|
||||
version=3.0.0
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="GNOME3 tool to customize advanced options"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=8b6bb6777bb261da1c7a86cef66ea3794a8a21246bb50d9112ca1e3ce4b98369
|
||||
long_desc="
|
||||
The GNOME tweak tool includes an utility to customize advanced options that
|
||||
are hidden by default in GNOME3."
|
||||
|
||||
noarch=yes
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build pygobject-devel
|
||||
|
||||
Add_dependency full GConf
|
||||
Add_dependency full gsettings-desktop-schemas
|
||||
Add_dependency full pygobject
|
||||
Add_dependency full desktop-file-utils
|
Loading…
Reference in a new issue