[arch-commits] Commit in gsimplecal/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jonathan Steel
jsteel at archlinux.org
Sun May 12 08:22:09 UTC 2019
Date: Sunday, May 12, 2019 @ 08:22:08
Author: jsteel
Revision: 465915
archrelease: copy trunk to community-x86_64
Added:
gsimplecal/repos/community-x86_64/PKGBUILD
(from rev 465914, gsimplecal/trunk/PKGBUILD)
Deleted:
gsimplecal/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 31 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-12 08:22:00 UTC (rev 465914)
+++ PKGBUILD 2019-05-12 08:22:08 UTC (rev 465915)
@@ -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=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
-}
Copied: gsimplecal/repos/community-x86_64/PKGBUILD (from rev 465914, gsimplecal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-12 08:22:08 UTC (rev 465915)
@@ -0,0 +1,31 @@
+# Maintainer: 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="https://dmedvinsky.github.io/gsimplecal/"
+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