[arch-commits] Commit in timew/repos/community-x86_64 (4 files)

Jelle van der Waa jelle at archlinux.org
Sun Aug 30 14:04:39 UTC 2020


    Date: Sunday, August 30, 2020 @ 14:04:38
  Author: jelle
Revision: 692791

archrelease: copy trunk to community-x86_64

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

---------------+
 PKGBUILD      |   66 ++++++++++++++++++++++++++++----------------------------
 timew.install |   14 +++++------
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-30 14:04:22 UTC (rev 692790)
+++ PKGBUILD	2020-08-30 14:04:38 UTC (rev 692791)
@@ -1,33 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
-# Contributor: Joost Bremmer <toost dot b at gmail dot com>
-
-pkgname=timew
-pkgver=1.3.0
-pkgrel=2
-pkgdesc="A command line time tracking application"
-arch=('x86_64')
-url="https://timewarrior.net/"
-license=('MIT')
-makedepends=('cmake' 'gcc-libs')
-optdepends=('task: Taskwarrior integration'
-            'python: Holiday refresh script')
-install=$pkgname.install
-source=("https://github.com/GothenburgBitFactory/timewarrior/releases/download/v${pkgver}/timew-${pkgver}.tar.gz")
-sha256sums=('c04c3ebefddd485323784409987ae66c11c3ce4c882a290c10934336a196f3e8')
-
-build() {
-    cd "${pkgname}-${pkgver}"
-    cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr .
-    make
-}
-
-
-package() {
-    cd "${pkgname}-${pkgver}"
-
-    make DESTDIR=${pkgdir} install
-
-    # Install the refresh holiday scripts in /usr/bin/ for user convenience.
-    chmod 755 "${pkgdir}/usr/share/doc/timew/doc/holidays/refresh"
-    ln -s "/usr/share/doc/timew/doc/holidays/refresh" "${pkgdir}/usr/bin/timew-refresh-holidays"
-}

Copied: timew/repos/community-x86_64/PKGBUILD (from rev 692790, timew/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-30 14:04:38 UTC (rev 692791)
@@ -0,0 +1,33 @@
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+# Contributor: Joost Bremmer <toost dot b at gmail dot com>
+
+pkgname=timew
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="A command line time tracking application"
+arch=('x86_64')
+url="https://timewarrior.net/"
+license=('MIT')
+makedepends=('cmake' 'gcc-libs')
+optdepends=('task: Taskwarrior integration'
+            'python: Holiday refresh script')
+install=$pkgname.install
+source=("https://github.com/GothenburgBitFactory/timewarrior/releases/download/v${pkgver}/timew-${pkgver}.tar.gz")
+sha256sums=('c3d3992aa8d2cc3cd86e59d00060fb4a3e16c15babce78451cc9d39a7f5bb2e1')
+
+build() {
+    cd "${pkgname}-${pkgver}"
+    cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr .
+    make
+}
+
+
+package() {
+    cd "${pkgname}-${pkgver}"
+
+    make DESTDIR="${pkgdir}" install
+
+    # Install the refresh holiday scripts in /usr/bin/ for user convenience.
+    chmod 755 "${pkgdir}"/usr/share/doc/timew/doc/holidays/refresh
+    ln -s /usr/share/doc/timew/doc/holidays/refresh "${pkgdir}"/usr/bin/timew-refresh-holidays
+}

Deleted: timew.install
===================================================================
--- timew.install	2020-08-30 14:04:22 UTC (rev 692790)
+++ timew.install	2020-08-30 14:04:38 UTC (rev 692791)
@@ -1,7 +0,0 @@
-post_install() {
-    echo "You can find the taskwarrior on-modify-hook at:
-        /usr/share/doc/timew/ext/on-modify.timewarrior"
-    echo
-    echo "You can use /usr/bin/timew-refresh-holidays to download holiday schedules"
-    echo "Please see: http://taskwarrior.org/docs/timewarrior/holidays.html for more info"
-}

Copied: timew/repos/community-x86_64/timew.install (from rev 692790, timew/trunk/timew.install)
===================================================================
--- timew.install	                        (rev 0)
+++ timew.install	2020-08-30 14:04:38 UTC (rev 692791)
@@ -0,0 +1,7 @@
+post_install() {
+    echo "You can find the taskwarrior on-modify-hook at:
+        /usr/share/doc/timew/ext/on-modify.timewarrior"
+    echo
+    echo "You can use /usr/bin/timew-refresh-holidays to download holiday schedules"
+    echo "Please see: http://taskwarrior.org/docs/timewarrior/holidays.html for more info"
+}



More information about the arch-commits mailing list