You are not logged in.
Pages: 1
PKGBUILD:
# Contributor: Lukas Sabota <punkrockguy318@comcast.net>
pkgname=gtk2-themes
pkgver=1
pkgrel=1
pkgdesc="An assortment of themes for GTK2"
url="http://www.themes.freshmeat.net"
license=""
depends=(gtk2)
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=('http://themes.freshmeat.net/redir/h2o-gtk2/34135/url_tgz/h2o-gtk2-default-2.0.tar.gz'
'http://themes.freshmeat.net/redir/leadedglasstheme/44796/url_tgz/leadedglasstheme-default-1.0.tar.gz'
'http://themes.freshmeat.net/redir/m8darker-gtk2/37697/url_tgz/m8darker-gtk2-default-1.0.tar.gz'
'http://themes.freshmeat.net/redir/mercury-gtk/45026/url_tgz/mercury-gtk-default-1.0.tar.gz')
md5sums=(
'e10b726e4bdb8e69d32d0c2b432fabb9'
'7d7907ee9789173a63e518a059112759'
'46bec93b11cb556120f82a8a4b40da8a'
'7a1da15c5f60c8c55c8a5ea046b9743a'
)
build() {
cd $startdir/src/
rm *.tar.gz
mkdir -p $startdir/pkg/usr/share/themes
cp -R * $startdir/pkg/usr/share/themes
}
I made a package for about 8 or so themes for gtk2. It's only 4 tar.gzs, but we can add more and more as time goes on. This package has the h2o themes included, which are very nice! I'm not really sure how to submit packages with all the changes going on, so I'll just put the package here. Enjoy!
If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing. 1 Corinthians 13:2
Offline
Offline
Pages: 1