gtk-theme-config: use gnu-makefile build_style, depend on desktop-file-utils.

This commit is contained in:
Juan RP 2012-09-20 14:32:23 +02:00
parent afba8f4de2
commit ac929ec25c

View file

@ -2,11 +2,15 @@
pkgname=gtk-theme-config
version="$(date -u +%Y%m%d)"
revision=1
homepage="https://github.com/satya164/gtk-theme-config"
build_style=gnu-makefile
make_build_args="PREFIX=/usr"
make_install_args="PREFIX=/usr"
makedepends="git pkg-config glib-devel vala-devel gtk+3-devel"
depends="desktop-file-utils"
short_desc="GTK Theme Preferences"
maintainer="davehome <davehome@redthumb.info.tm>"
license="GPL-3"
homepage="https://github.com/satya164/gtk-theme-config"
long_desc="
Customize GTK2/GTK3 Theme Colors using GTK Theme Preferences.
@ -18,19 +22,8 @@ long_desc="
nofetch=yes
noextract=yes
do_fetch()
{
do_fetch() {
local url="git://github.com/satya164/gtk-theme-config.git"
msg_normal " Fetching source from $url ...\n"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
do_build()
{
make ${makejobs} PREFIX=/usr
}
do_install()
{
make ${makejobs} PREFIX=/usr DESTDIR=${DESTDIR} install
}