[arch-commits] Commit in timew/repos (8 files)

Jelle van der Waa jelle at archlinux.org
Fri May 12 18:42:36 UTC 2017


    Date: Friday, May 12, 2017 @ 18:42:36
  Author: jelle
Revision: 227886

archrelease: copy trunk to community-x86_64, community-i686

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

--------------------------------+
 /PKGBUILD                      |   88 +++++++++++++++++++++++++++++++++++++++
 /timew.install                 |   14 ++++++
 community-i686/PKGBUILD        |   42 ------------------
 community-i686/timew.install   |    7 ---
 community-x86_64/PKGBUILD      |   42 ------------------
 community-x86_64/timew.install |    7 ---
 6 files changed, 102 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-05-12 18:42:24 UTC (rev 227885)
+++ community-i686/PKGBUILD	2017-05-12 18:42:36 UTC (rev 227886)
@@ -1,42 +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.0.0
-pkgrel=3
-pkgdesc="A command line time tracking application"
-arch=('x86_64' 'i686')
-url="http://taskwarrior.org/docs/timewarrior/"
-license=('MIT')
-makedepends=('cmake' 'gcc-libs')
-optdepends=('task: Taskwarrior integration')
-provides=('timew')
-conflicts=('timew-git')
-install=$pkgname.install
-source=("http://taskwarrior.org/download/timew-${pkgver}.tar.gz")
-sha256sums=('ac027910e1e8365bdd218a8b42389b26d017d38d3c96516c408db6d5a44e0bb5')
-
-prepare() {
-    cd "${pkgname}-${pkgver}"
-
-    # Fix Python shebang, fixed upstream in 1.1.0
-    # https://git.tasktools.org/projects/TM/repos/timew/commits/5ddef40d8272be870e05ee3753dcf3bbe35e2bd9
-    sed -i 's/env python/env python2/g' doc/holidays/refresh
-}
-
-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-i686/PKGBUILD (from rev 227885, timew/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-05-12 18:42:36 UTC (rev 227886)
@@ -0,0 +1,44 @@
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+# Contributor: Joost Bremmer <toost dot b at gmail dot com>
+
+pkgname=timew
+pkgver=1.0.0
+pkgrel=4
+pkgdesc="A command line time tracking application"
+arch=('x86_64' 'i686')
+url="http://taskwarrior.org/docs/timewarrior/"
+license=('MIT')
+makedepends=('cmake' 'gcc-libs')
+optdepends=('task: Taskwarrior integration')
+provides=('timew')
+conflicts=('timew-git')
+install=$pkgname.install
+source=("https://taskwarrior.org/download/timew-${pkgver}.tar.gz")
+sha256sums=('ac027910e1e8365bdd218a8b42389b26d017d38d3c96516c408db6d5a44e0bb5')
+
+prepare() {
+    cd "${pkgname}-${pkgver}"
+
+    # Fix Python shebang, fixed upstream in 1.1.0
+    # https://git.tasktools.org/projects/TM/repos/timew/commits/5ddef40d8272be870e05ee3753dcf3bbe35e2bd9
+    sed -i 's/env python/env python2/g' doc/holidays/refresh
+    sed -i 's/env python/env python2/g' ext/on-modify.timewarrior
+    sed -i 's/env python/env python2/g' ext/totals.py
+}
+
+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: community-i686/timew.install
===================================================================
--- community-i686/timew.install	2017-05-12 18:42:24 UTC (rev 227885)
+++ community-i686/timew.install	2017-05-12 18:42:36 UTC (rev 227886)
@@ -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-i686/timew.install (from rev 227885, timew/trunk/timew.install)
===================================================================
--- community-i686/timew.install	                        (rev 0)
+++ community-i686/timew.install	2017-05-12 18:42:36 UTC (rev 227886)
@@ -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"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-05-12 18:42:24 UTC (rev 227885)
+++ community-x86_64/PKGBUILD	2017-05-12 18:42:36 UTC (rev 227886)
@@ -1,42 +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.0.0
-pkgrel=3
-pkgdesc="A command line time tracking application"
-arch=('x86_64' 'i686')
-url="http://taskwarrior.org/docs/timewarrior/"
-license=('MIT')
-makedepends=('cmake' 'gcc-libs')
-optdepends=('task: Taskwarrior integration')
-provides=('timew')
-conflicts=('timew-git')
-install=$pkgname.install
-source=("http://taskwarrior.org/download/timew-${pkgver}.tar.gz")
-sha256sums=('ac027910e1e8365bdd218a8b42389b26d017d38d3c96516c408db6d5a44e0bb5')
-
-prepare() {
-    cd "${pkgname}-${pkgver}"
-
-    # Fix Python shebang, fixed upstream in 1.1.0
-    # https://git.tasktools.org/projects/TM/repos/timew/commits/5ddef40d8272be870e05ee3753dcf3bbe35e2bd9
-    sed -i 's/env python/env python2/g' doc/holidays/refresh
-}
-
-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 227885, timew/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-05-12 18:42:36 UTC (rev 227886)
@@ -0,0 +1,44 @@
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+# Contributor: Joost Bremmer <toost dot b at gmail dot com>
+
+pkgname=timew
+pkgver=1.0.0
+pkgrel=4
+pkgdesc="A command line time tracking application"
+arch=('x86_64' 'i686')
+url="http://taskwarrior.org/docs/timewarrior/"
+license=('MIT')
+makedepends=('cmake' 'gcc-libs')
+optdepends=('task: Taskwarrior integration')
+provides=('timew')
+conflicts=('timew-git')
+install=$pkgname.install
+source=("https://taskwarrior.org/download/timew-${pkgver}.tar.gz")
+sha256sums=('ac027910e1e8365bdd218a8b42389b26d017d38d3c96516c408db6d5a44e0bb5')
+
+prepare() {
+    cd "${pkgname}-${pkgver}"
+
+    # Fix Python shebang, fixed upstream in 1.1.0
+    # https://git.tasktools.org/projects/TM/repos/timew/commits/5ddef40d8272be870e05ee3753dcf3bbe35e2bd9
+    sed -i 's/env python/env python2/g' doc/holidays/refresh
+    sed -i 's/env python/env python2/g' ext/on-modify.timewarrior
+    sed -i 's/env python/env python2/g' ext/totals.py
+}
+
+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: community-x86_64/timew.install
===================================================================
--- community-x86_64/timew.install	2017-05-12 18:42:24 UTC (rev 227885)
+++ community-x86_64/timew.install	2017-05-12 18:42:36 UTC (rev 227886)
@@ -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 227885, timew/trunk/timew.install)
===================================================================
--- community-x86_64/timew.install	                        (rev 0)
+++ community-x86_64/timew.install	2017-05-12 18:42:36 UTC (rev 227886)
@@ -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