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

Lukas Fleischer lfleischer at archlinux.org
Sun Apr 11 19:54:01 UTC 2021


    Date: Sunday, April 11, 2021 @ 19:54:00
  Author: lfleischer
Revision: 915795

archrelease: copy trunk to community-x86_64

Added:
  calcurse/repos/community-x86_64/PKGBUILD
    (from rev 915794, calcurse/trunk/PKGBUILD)
Deleted:
  calcurse/repos/community-x86_64/PKGBUILD
  calcurse/repos/community-x86_64/calcurse.install

------------------+
 PKGBUILD         |   63 ++++++++++++++++++++++++++---------------------------
 calcurse.install |    8 ------
 2 files changed, 31 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-11 19:53:51 UTC (rev 915794)
+++ PKGBUILD	2021-04-11 19:54:00 UTC (rev 915795)
@@ -1,32 +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.0
-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')
-install='calcurse.install'
-source=("https://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"{,.asc})
-md5sums=('0377ab767e2c9a0c2c045c94d18fc23c'
-         '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 915794, calcurse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-11 19:54:00 UTC (rev 915795)
@@ -0,0 +1,31 @@
+# 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"
+}

Deleted: calcurse.install
===================================================================
--- calcurse.install	2021-04-11 19:53:51 UTC (rev 915794)
+++ calcurse.install	2021-04-11 19:54:00 UTC (rev 915795)
@@ -1,8 +0,0 @@
-post_upgrade() {
-  if (( $(vercmp $2 3.0.0) < 0 )); then
-    cat <<"EOF"
-==> The configuration file format has changed in calcurse 3.0.0.
-==> Run `calcurse-upgrade` to upgrade your configuration files.
-EOF
-  fi
-}



More information about the arch-commits mailing list