[arch-commits] Commit in calcurse/repos/community-x86_64 (3 files)

George Rawlinson grawlinson at gemini.archlinux.org
Tue Mar 22 07:10:34 UTC 2022


    Date: Tuesday, March 22, 2022 @ 07:10:34
  Author: grawlinson
Revision: 1169829

archrelease: copy trunk to community-x86_64

Added:
  calcurse/repos/community-x86_64/2E36D8620221482FC45CB7F2A91764759326B440.asc
    (from rev 1169828, calcurse/trunk/2E36D8620221482FC45CB7F2A91764759326B440.asc)
  calcurse/repos/community-x86_64/PKGBUILD
    (from rev 1169828, calcurse/trunk/PKGBUILD)
Deleted:
  calcurse/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 +++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 43 insertions(+), 31 deletions(-)

Copied: calcurse/repos/community-x86_64/2E36D8620221482FC45CB7F2A91764759326B440.asc (from rev 1169828, calcurse/trunk/2E36D8620221482FC45CB7F2A91764759326B440.asc)
===================================================================
(Binary files differ)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-22 07:09:15 UTC (rev 1169828)
+++ PKGBUILD	2022-03-22 07:10:34 UTC (rev 1169829)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Ronald van Haren <ronald.archlinux.org>
-# Contributor: wain <wain.at.gmx.net>
-
-pkgname=calcurse
-pkgver=4.7.1
-pkgrel=1
-pkgdesc='A text-based personal organizer.'
-arch=('x86_64')
-url='https://calcurse.org/'
-license=('BSD')
-depends=('ncurses')
-optdepends=('python: for CalDAV support' 'python-httplib2: for CalDAV support')
-source=("https://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"{,.asc})
-md5sums=('1645068d2a15da6c773f231a1441a760'
-         'SKIP')
-validpgpkeys=(2E36D8620221482FC45CB7F2A91764759326B440) # Lukas Fleischer
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --enable-docs --without-asciidoc --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: calcurse/repos/community-x86_64/PKGBUILD (from rev 1169828, calcurse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-22 07:10:34 UTC (rev 1169829)
@@ -0,0 +1,43 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: wain <wain.at.gmx.net>
+
+pkgname=calcurse
+pkgver=4.7.1
+pkgrel=2
+pkgdesc='A text-based personal organizer'
+arch=('x86_64')
+url='https://calcurse.org/'
+license=('BSD')
+depends=('ncurses')
+optdepends=(
+  'python: for CalDAV support'
+  'python-httplib2: for CalDAV support'
+  'python-pyparsing: for CalDAV support'
+)
+source=("https://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('8b5574d2909128c745b2d6367b517c5fb04a1c451e666dc9ee0652b3793b519576af5700d4fd073de0ccd5e5dced6b69c45dbfaf98b35a99784093208512b68e'
+            'SKIP')
+b2sums=('438741b9e0f61438d235fa60d13816d83c19f7d1b612619fe20a78812e77657b003ad0b9416bcc766f0e38e7868b3543972ed65eee43d8f9d6b1d80ba1872091'
+        'SKIP')
+validpgpkeys=('2E36D8620221482FC45CB7F2A91764759326B440') # Lukas Fleischer <lfleischer at calcurse.org>
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+    --enable-docs \
+    --without-asciidoc \
+    --prefix=/usr \
+    --mandir=/usr/share/man
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" COPYING
+}



More information about the arch-commits mailing list