[arch-commits] Commit in girara/repos (2 files)
Johannes Löthberg
demize at archlinux.org
Sat Oct 15 22:08:53 UTC 2016
Date: Saturday, October 15, 2016 @ 22:08:52
Author: demize
Revision: 192328
Foo?
Added:
girara/repos/community-i686/PKGBUILD
girara/repos/community-x86_64/PKGBUILD
---------------------------+
community-i686/PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 84 insertions(+)
Added: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-15 22:08:52 UTC (rev 192328)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 192327 2016-10-15 22:02:26Z demize $
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: mlq <mlq at pwmt.org>
+
+pkgname=girara
+pkgver=0.2.6
+pkgrel=3
+
+pkgdesc="User interface library focused on simplicity and minimalism"
+url="http://pwmt.org/projects/girara"
+arch=('i686' 'x86_64')
+license=('custom')
+
+provides=('girara-gtk3' 'girara-common')
+replaces=('girara-gtk3' 'girara-common')
+conflicts=('girara-gtk3' 'girara-common')
+
+depends=('gtk3')
+
+source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz
+ fix-font-handling-gtk-3.21.patch)
+sha1sums=('674e4294fe091fe93a1c186d95b3263b30cd8a5e'
+ '609f469dc6ad4570959dea028fd36f8ba8562231')
+
+prepare() {
+ cd girara-$pkgver
+ patch -p1 <"$srcdir"/fix-font-handling-gtk-3.21.patch
+}
+
+build() {
+ cd girara-$pkgver
+ touch colors.mk
+ make GIRARA_GTK_VERSION=3
+}
+
+package() {
+ cd girara-$pkgver
+ make GIRARA_GTK_VERSION=3 DESTDIR="$pkgdir/" install
+ install -D -m664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
Added: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-15 22:08:52 UTC (rev 192328)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 192327 2016-10-15 22:02:26Z demize $
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: mlq <mlq at pwmt.org>
+
+pkgname=girara
+pkgver=0.2.6
+pkgrel=3
+
+pkgdesc="User interface library focused on simplicity and minimalism"
+url="http://pwmt.org/projects/girara"
+arch=('i686' 'x86_64')
+license=('custom')
+
+provides=('girara-gtk3' 'girara-common')
+replaces=('girara-gtk3' 'girara-common')
+conflicts=('girara-gtk3' 'girara-common')
+
+depends=('gtk3')
+
+source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz
+ fix-font-handling-gtk-3.21.patch)
+sha1sums=('674e4294fe091fe93a1c186d95b3263b30cd8a5e'
+ '609f469dc6ad4570959dea028fd36f8ba8562231')
+
+prepare() {
+ cd girara-$pkgver
+ patch -p1 <"$srcdir"/fix-font-handling-gtk-3.21.patch
+}
+
+build() {
+ cd girara-$pkgver
+ touch colors.mk
+ make GIRARA_GTK_VERSION=3
+}
+
+package() {
+ cd girara-$pkgver
+ make GIRARA_GTK_VERSION=3 DESTDIR="$pkgdir/" install
+ install -D -m664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
More information about the arch-commits
mailing list