gtk-theme-config: use gnu-makefile build_style, depend on desktop-file-utils.
This commit is contained in:
parent
afba8f4de2
commit
ac929ec25c
1 changed files with 7 additions and 14 deletions
|
@ -2,11 +2,15 @@
|
||||||
pkgname=gtk-theme-config
|
pkgname=gtk-theme-config
|
||||||
version="$(date -u +%Y%m%d)"
|
version="$(date -u +%Y%m%d)"
|
||||||
revision=1
|
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"
|
makedepends="git pkg-config glib-devel vala-devel gtk+3-devel"
|
||||||
|
depends="desktop-file-utils"
|
||||||
short_desc="GTK Theme Preferences"
|
short_desc="GTK Theme Preferences"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
homepage="https://github.com/satya164/gtk-theme-config"
|
||||||
long_desc="
|
long_desc="
|
||||||
Customize GTK2/GTK3 Theme Colors using GTK Theme Preferences.
|
Customize GTK2/GTK3 Theme Colors using GTK Theme Preferences.
|
||||||
|
|
||||||
|
@ -18,19 +22,8 @@ long_desc="
|
||||||
nofetch=yes
|
nofetch=yes
|
||||||
noextract=yes
|
noextract=yes
|
||||||
|
|
||||||
do_fetch()
|
do_fetch() {
|
||||||
{
|
|
||||||
local url="git://github.com/satya164/gtk-theme-config.git"
|
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}
|
git clone ${url} ${pkgname}-${version}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build()
|
|
||||||
{
|
|
||||||
make ${makejobs} PREFIX=/usr
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
make ${makejobs} PREFIX=/usr DESTDIR=${DESTDIR} install
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue