[arch-commits] Commit in gsimplecal/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jonathan Steel jsteel at archlinux.org
Wed Jun 6 09:23:59 UTC 2018


    Date: Wednesday, June 6, 2018 @ 09:23:59
  Author: jsteel
Revision: 340998

archrelease: copy trunk to community-x86_64

Added:
  gsimplecal/repos/community-x86_64/PKGBUILD
    (from rev 340997, gsimplecal/trunk/PKGBUILD)
Deleted:
  gsimplecal/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-06 09:23:45 UTC (rev 340997)
+++ PKGBUILD	2018-06-06 09:23:59 UTC (rev 340998)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Jonathan Steel <jsteel at archlinux.org>
-# Contributor: DrZaius <lou at fakeoutdoorsman dot com>
-# Contributor: Victor Feight <vrfeight3 at gmail dot com>
-
-pkgname=gsimplecal
-pkgver=2.1
-pkgrel=2
-pkgdesc="Simple and lightweight GTK calendar"
-arch=('i686' 'x86_64')
-url="http://dmedvinsky.github.com/$pkgname"
-license=('BSD')
-depends=('gtk3')
-source=($pkgname-$pkgver.tar.gz::https://github.com/dmedvinsky/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('170ac0bdc8663d97dec436e45b195491')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: gsimplecal/repos/community-x86_64/PKGBUILD (from rev 340997, gsimplecal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-06 09:23:59 UTC (rev 340998)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: 
+# Contributor: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: DrZaius <lou at fakeoutdoorsman dot com>
+# Contributor: Victor Feight <vrfeight3 at gmail dot com>
+
+pkgname=gsimplecal
+pkgver=2.1
+pkgrel=3
+pkgdesc="Simple and lightweight GTK calendar"
+arch=('x86_64')
+url="http://dmedvinsky.github.com/$pkgname"
+license=('BSD')
+depends=('gtk3')
+source=($pkgname-$pkgver.tar.gz::https://github.com/dmedvinsky/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('170ac0bdc8663d97dec436e45b195491')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}



More information about the arch-commits mailing list