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

Jan Steffens heftig at archlinux.org
Tue Nov 1 19:49:23 UTC 2016


    Date: Tuesday, November 1, 2016 @ 19:49:22
  Author: heftig
Revision: 279622

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

Added:
  gnome-todo/repos/extra-i686/PKGBUILD
    (from rev 279621, gnome-todo/trunk/PKGBUILD)
  gnome-todo/repos/extra-i686/buildfix.patch
    (from rev 279621, gnome-todo/trunk/buildfix.patch)
  gnome-todo/repos/extra-x86_64/PKGBUILD
    (from rev 279621, gnome-todo/trunk/PKGBUILD)
  gnome-todo/repos/extra-x86_64/buildfix.patch
    (from rev 279621, gnome-todo/trunk/buildfix.patch)
Deleted:
  gnome-todo/repos/extra-i686/PKGBUILD
  gnome-todo/repos/extra-i686/buildfix.patch
  gnome-todo/repos/extra-x86_64/PKGBUILD
  gnome-todo/repos/extra-x86_64/buildfix.patch

-----------------------------+
 /PKGBUILD                   |   88 ++++++++++++++++++++++++++++++++++++++++++
 /buildfix.patch             |   36 +++++++++++++++++
 extra-i686/PKGBUILD         |   43 --------------------
 extra-i686/buildfix.patch   |   14 ------
 extra-x86_64/PKGBUILD       |   43 --------------------
 extra-x86_64/buildfix.patch |   14 ------
 6 files changed, 124 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-11-01 19:48:44 UTC (rev 279621)
+++ extra-i686/PKGBUILD	2016-11-01 19:49:22 UTC (rev 279622)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-todo
-pkgver=3.20.2+6+g8f1522f
-pkgrel=1
-pkgdesc="Task manager for GNOME"
-url="https://wiki.gnome.org/Apps/Todo"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(evolution-data-server libpeas)
-makedepends=(intltool gobject-introspection gnome-common appstream-glib git)
-groups=(gnome-extra)
-_commit=8f1522fd8e0f325a22c5f567c07992011dcf01be  # gnome-3-20
-source=("git://git.gnome.org/gnome-todo#commit=$_commit"
-        buildfix.patch)
-sha256sums=('SKIP'
-            'ab88726d81ba076dd30067c0ccb08fe946b76b06c6e8664648d2ac1ff496f821')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_TODO_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git tag -f GNOME_TODO_3_20_2 50f0362fb87355d9cfed95c9c69b3f383a5eaa85
-  patch -Np1 -i ../buildfix.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-todo/repos/extra-i686/PKGBUILD (from rev 279621, gnome-todo/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-11-01 19:49:22 UTC (rev 279622)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-todo
+pkgver=3.22.0
+pkgrel=1
+pkgdesc="Task manager for GNOME"
+url="https://wiki.gnome.org/Apps/Todo"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(evolution-data-server libpeas)
+makedepends=(intltool gobject-introspection gnome-common appstream-glib git)
+optdepends=('python3: Some plugins')
+groups=(gnome-extra)
+_commit=91f637802625290e1024f90768df0a4caabafd72  # tags/GNOME_TODO_3_22_0^0
+source=("git://git.gnome.org/gnome-todo#commit=$_commit"
+        buildfix.patch)
+sha256sums=('SKIP'
+            '5018a974f63ef29801740638638b08a5766ddebfd004fe162acfed8022b6a415')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_TODO_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../buildfix.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/buildfix.patch
===================================================================
--- extra-i686/buildfix.patch	2016-11-01 19:48:44 UTC (rev 279621)
+++ extra-i686/buildfix.patch	2016-11-01 19:49:22 UTC (rev 279622)
@@ -1,14 +0,0 @@
-diff -u -r gnome-todo-3.20.0/src/Makefile.am gnome-todo-3.20.0-buildfix/src/Makefile.am
---- gnome-todo-3.20.0/src/Makefile.am	2016-03-14 23:07:22.000000000 +0100
-+++ gnome-todo-3.20.0-buildfix/src/Makefile.am	2016-03-30 22:08:24.161223740 +0200
-@@ -98,8 +98,8 @@
- 	$(GNOME_TODO_WARN_LDFLAGS)
- 
- gnome_todo_LDADD = \
--	$(GNOME_TODO_LIBS) \
--	$(top_builddir)/plugins/eds/libeds.a
-+	$(top_builddir)/plugins/eds/libeds.a \
-+	$(GNOME_TODO_LIBS)
- 
- gnome_todo_DEPENDENCIES = \
- 	$(top_builddir)/plugins/eds/libeds.a

Copied: gnome-todo/repos/extra-i686/buildfix.patch (from rev 279621, gnome-todo/trunk/buildfix.patch)
===================================================================
--- extra-i686/buildfix.patch	                        (rev 0)
+++ extra-i686/buildfix.patch	2016-11-01 19:49:22 UTC (rev 279622)
@@ -0,0 +1,18 @@
+diff --git i/src/Makefile.am w/src/Makefile.am
+index 094d4637d1dba597..f6d1194e362a61fb 100644
+--- i/src/Makefile.am
++++ w/src/Makefile.am
+@@ -104,11 +104,11 @@ gnome_todo_LDFLAGS = \
+ 	$(GNOME_TODO_WARN_LDFLAGS)
+ 
+ gnome_todo_LDADD = \
+-	$(GNOME_TODO_LIBS) \
+ 	$(top_builddir)/plugins/eds/libeds.la \
+ 	$(top_builddir)/plugins/dark-theme/libdarktheme.la \
+ 	$(top_builddir)/plugins/scheduled-panel/libscheduledpanel.la \
+-	$(top_builddir)/plugins/today-panel/libtodaypanel.la
++	$(top_builddir)/plugins/today-panel/libtodaypanel.la \
++	$(GNOME_TODO_LIBS)
+ 
+ gnome_todo_DEPENDENCIES = \
+ 	$(top_builddir)/plugins/eds/libeds.la \

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-11-01 19:48:44 UTC (rev 279621)
+++ extra-x86_64/PKGBUILD	2016-11-01 19:49:22 UTC (rev 279622)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-todo
-pkgver=3.20.2+6+g8f1522f
-pkgrel=1
-pkgdesc="Task manager for GNOME"
-url="https://wiki.gnome.org/Apps/Todo"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(evolution-data-server libpeas)
-makedepends=(intltool gobject-introspection gnome-common appstream-glib git)
-groups=(gnome-extra)
-_commit=8f1522fd8e0f325a22c5f567c07992011dcf01be  # gnome-3-20
-source=("git://git.gnome.org/gnome-todo#commit=$_commit"
-        buildfix.patch)
-sha256sums=('SKIP'
-            'ab88726d81ba076dd30067c0ccb08fe946b76b06c6e8664648d2ac1ff496f821')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_TODO_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git tag -f GNOME_TODO_3_20_2 50f0362fb87355d9cfed95c9c69b3f383a5eaa85
-  patch -Np1 -i ../buildfix.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-todo/repos/extra-x86_64/PKGBUILD (from rev 279621, gnome-todo/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-11-01 19:49:22 UTC (rev 279622)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-todo
+pkgver=3.22.0
+pkgrel=1
+pkgdesc="Task manager for GNOME"
+url="https://wiki.gnome.org/Apps/Todo"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(evolution-data-server libpeas)
+makedepends=(intltool gobject-introspection gnome-common appstream-glib git)
+optdepends=('python3: Some plugins')
+groups=(gnome-extra)
+_commit=91f637802625290e1024f90768df0a4caabafd72  # tags/GNOME_TODO_3_22_0^0
+source=("git://git.gnome.org/gnome-todo#commit=$_commit"
+        buildfix.patch)
+sha256sums=('SKIP'
+            '5018a974f63ef29801740638638b08a5766ddebfd004fe162acfed8022b6a415')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_TODO_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../buildfix.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/buildfix.patch
===================================================================
--- extra-x86_64/buildfix.patch	2016-11-01 19:48:44 UTC (rev 279621)
+++ extra-x86_64/buildfix.patch	2016-11-01 19:49:22 UTC (rev 279622)
@@ -1,14 +0,0 @@
-diff -u -r gnome-todo-3.20.0/src/Makefile.am gnome-todo-3.20.0-buildfix/src/Makefile.am
---- gnome-todo-3.20.0/src/Makefile.am	2016-03-14 23:07:22.000000000 +0100
-+++ gnome-todo-3.20.0-buildfix/src/Makefile.am	2016-03-30 22:08:24.161223740 +0200
-@@ -98,8 +98,8 @@
- 	$(GNOME_TODO_WARN_LDFLAGS)
- 
- gnome_todo_LDADD = \
--	$(GNOME_TODO_LIBS) \
--	$(top_builddir)/plugins/eds/libeds.a
-+	$(top_builddir)/plugins/eds/libeds.a \
-+	$(GNOME_TODO_LIBS)
- 
- gnome_todo_DEPENDENCIES = \
- 	$(top_builddir)/plugins/eds/libeds.a

Copied: gnome-todo/repos/extra-x86_64/buildfix.patch (from rev 279621, gnome-todo/trunk/buildfix.patch)
===================================================================
--- extra-x86_64/buildfix.patch	                        (rev 0)
+++ extra-x86_64/buildfix.patch	2016-11-01 19:49:22 UTC (rev 279622)
@@ -0,0 +1,18 @@
+diff --git i/src/Makefile.am w/src/Makefile.am
+index 094d4637d1dba597..f6d1194e362a61fb 100644
+--- i/src/Makefile.am
++++ w/src/Makefile.am
+@@ -104,11 +104,11 @@ gnome_todo_LDFLAGS = \
+ 	$(GNOME_TODO_WARN_LDFLAGS)
+ 
+ gnome_todo_LDADD = \
+-	$(GNOME_TODO_LIBS) \
+ 	$(top_builddir)/plugins/eds/libeds.la \
+ 	$(top_builddir)/plugins/dark-theme/libdarktheme.la \
+ 	$(top_builddir)/plugins/scheduled-panel/libscheduledpanel.la \
+-	$(top_builddir)/plugins/today-panel/libtodaypanel.la
++	$(top_builddir)/plugins/today-panel/libtodaypanel.la \
++	$(GNOME_TODO_LIBS)
+ 
+ gnome_todo_DEPENDENCIES = \
+ 	$(top_builddir)/plugins/eds/libeds.la \



More information about the arch-commits mailing list