From 1a26253780ac2b8067e25422bc729cf96375bffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Wed, 27 Aug 2014 04:38:22 -0300 Subject: move all pkgs from [elementary] to [pcr] --- pcr/gtk-engine-equinox/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 pcr/gtk-engine-equinox/PKGBUILD (limited to 'pcr/gtk-engine-equinox/PKGBUILD') diff --git a/pcr/gtk-engine-equinox/PKGBUILD b/pcr/gtk-engine-equinox/PKGBUILD new file mode 100644 index 000000000..c6742a410 --- /dev/null +++ b/pcr/gtk-engine-equinox/PKGBUILD @@ -0,0 +1,34 @@ +# Maintainer (Arch): SpepS +# Contributor (Arch): Frikilinux + +pkgname=gtk-engine-equinox +pkgver=1.50 +pkgrel=3 +pkgdesc="A heavily modified version of the beautiful Aurora engine" +url="http://gnome-look.org/content/show.php/Equinox+GTK+Engine?content=121881" +license=('GPL') +arch=('i686' 'x86_64' 'mips64el') +depends=('gtk2') +makedepends=('libtool') +options=('!libtool') +source=("http://gnome-look.org/CONTENT/content-files/121881-equinox-$pkgver.tar.gz") +sha256sums=('0cf8b8cc841e0da7d4a08ab5a70d3bb330fd76bdcb03165a47aaddcd47e02227') + +build() { + cd "$srcdir/equinox-$pkgver" + + # toolbar fix + sed -i "s/=\( EQUINOX_IS_TOOLBAR\)/= widget \&\&\1/" \ + src/equinox_style.c + + # glib2 fix + sed -i "/gtimer/d" src/animation.c + + ./configure --prefix=/usr \ + --enable-animation + make +} +package() { + cd "$srcdir/equinox-$pkgver" + make DESTDIR="$pkgdir/" install +} -- cgit v1.2.3-2-g168b