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

Jelle van der Waa jelle at gemini.archlinux.org
Mon Feb 21 15:50:45 UTC 2022


    Date: Monday, February 21, 2022 @ 15:50:44
  Author: jelle
Revision: 1135561

archrelease: copy trunk to community-x86_64

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

---------------+
 PKGBUILD      |   74 ++++++++++++++++++++++++++++----------------------------
 timew.install |   14 +++++-----
 2 files changed, 45 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-21 15:50:33 UTC (rev 1135560)
+++ PKGBUILD	2022-02-21 15:50:44 UTC (rev 1135561)
@@ -1,36 +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.4.3
-pkgrel=2
-pkgdesc="Timewarrior, A command line time tracking application"
-arch=('x86_64')
-url="https://timewarrior.net/"
-license=('MIT')
-makedepends=('cmake' 'gcc-libs' 'asciidoctor')
-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=('c4df7e306c9a267c432522c37958530b8fd6e5a410c058f575e25af4d8c7ca53')
-
-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
-
-    # remove useless man pages
-    rm -r $pkgdir/usr/share/man/man1/CMakeFiles
-}

Copied: timew/repos/community-x86_64/PKGBUILD (from rev 1135560, timew/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-21 15:50:44 UTC (rev 1135561)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+# Contributor: Joost Bremmer <toost dot b at gmail dot com>
+
+pkgname=timew
+pkgver=1.4.3
+pkgrel=3
+pkgdesc="Timewarrior, A command line time tracking application"
+arch=('x86_64')
+url="https://timewarrior.net/"
+license=('MIT')
+makedepends=('cmake' 'gcc-libs' 'asciidoctor')
+optdepends=('task: Taskwarrior integration'
+            'python: Holiday refresh script')
+install=$pkgname.install
+options=(debug)
+source=("https://github.com/GothenburgBitFactory/timewarrior/releases/download/v${pkgver}/timew-${pkgver}.tar.gz")
+sha256sums=('c4df7e306c9a267c432522c37958530b8fd6e5a410c058f575e25af4d8c7ca53')
+
+build() {
+    cd "${pkgname}-${pkgver}"
+    cmake -DCMAKE_BUILD_TYPE=None -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
+
+    # remove useless man pages
+    rm -r $pkgdir/usr/share/man/man1/CMakeFiles
+    rm -r $pkgdir/usr/share/man/man7/CMakeFiles
+}

Deleted: timew.install
===================================================================
--- timew.install	2022-02-21 15:50:33 UTC (rev 1135560)
+++ timew.install	2022-02-21 15:50:44 UTC (rev 1135561)
@@ -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 1135560, timew/trunk/timew.install)
===================================================================
--- timew.install	                        (rev 0)
+++ timew.install	2022-02-21 15:50:44 UTC (rev 1135561)
@@ -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