[arch-commits] Commit in girara/repos (4 files)

Johannes Löthberg demize at archlinux.org
Tue Feb 2 18:59:48 UTC 2016


    Date: Tuesday, February 2, 2016 @ 19:59:47
  Author: demize
Revision: 160003

archrelease: copy trunk to community-i686, community-x86_64

Added:
  girara/repos/community-i686/PKGBUILD
    (from rev 160002, girara/trunk/PKGBUILD)
  girara/repos/community-x86_64/PKGBUILD
    (from rev 160002, girara/trunk/PKGBUILD)
Deleted:
  girara/repos/community-i686/PKGBUILD
  girara/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   70 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   30 ------------------
 community-x86_64/PKGBUILD |   30 ------------------
 3 files changed, 70 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-02-02 18:59:36 UTC (rev 160002)
+++ community-i686/PKGBUILD	2016-02-02 18:59:47 UTC (rev 160003)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: mlq <mlq at pwmt.org>
-
-pkgname=girara
-pkgver=0.2.4
-pkgrel=1
-pkgdesc="User interface library focused on simplicity and minimalism"
-arch=('i686' 'x86_64')
-url="http://pwmt.org/projects/girara"
-license=('custom')
-depends=('gtk3')
-replaces=('girara-gtk3' 'girara-common')
-provides=('girara-gtk3' 'girara-common')
-conflicts=('girara-gtk3' 'girara-common')
-source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
-md5sums=('f22a75b51cf88f241096e230985f28db')
-
-build() {
-  cd "$srcdir/girara-$pkgver"
-  touch colors.mk
-  make GIRARA_GTK_VERSION=3
-}
-
-package() {
-  cd "$srcdir/girara-$pkgver"
-  make GIRARA_GTK_VERSION=3 DESTDIR="$pkgdir/" install
-  install -D -m664 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: girara/repos/community-i686/PKGBUILD (from rev 160002, girara/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-02-02 18:59:47 UTC (rev 160003)
@@ -0,0 +1,35 @@
+# $Id$
+# 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.5
+pkgrel=1
+
+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)
+sha1sums=(45a6b3fece67a10c44409c776946dc412f41bfaa)
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-02-02 18:59:36 UTC (rev 160002)
+++ community-x86_64/PKGBUILD	2016-02-02 18:59:47 UTC (rev 160003)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: mlq <mlq at pwmt.org>
-
-pkgname=girara
-pkgver=0.2.4
-pkgrel=1
-pkgdesc="User interface library focused on simplicity and minimalism"
-arch=('i686' 'x86_64')
-url="http://pwmt.org/projects/girara"
-license=('custom')
-depends=('gtk3')
-replaces=('girara-gtk3' 'girara-common')
-provides=('girara-gtk3' 'girara-common')
-conflicts=('girara-gtk3' 'girara-common')
-source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
-md5sums=('f22a75b51cf88f241096e230985f28db')
-
-build() {
-  cd "$srcdir/girara-$pkgver"
-  touch colors.mk
-  make GIRARA_GTK_VERSION=3
-}
-
-package() {
-  cd "$srcdir/girara-$pkgver"
-  make GIRARA_GTK_VERSION=3 DESTDIR="$pkgdir/" install
-  install -D -m664 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: girara/repos/community-x86_64/PKGBUILD (from rev 160002, girara/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-02-02 18:59:47 UTC (rev 160003)
@@ -0,0 +1,35 @@
+# $Id$
+# 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.5
+pkgrel=1
+
+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)
+sha1sums=(45a6b3fece67a10c44409c776946dc412f41bfaa)
+
+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