[arch-commits] Commit in bamf/repos/community-x86_64 (6 files)

Maxime Gauduin alucryd at archlinux.org
Wed Mar 17 11:07:15 UTC 2021


    Date: Wednesday, March 17, 2021 @ 11:07:15
  Author: alucryd
Revision: 893281

archrelease: copy trunk to community-x86_64

Added:
  bamf/repos/community-x86_64/PKGBUILD
    (from rev 893280, bamf/trunk/PKGBUILD)
  bamf/repos/community-x86_64/bamf-no-gtester2xunit.patch
    (from rev 893280, bamf/trunk/bamf-no-gtester2xunit.patch)
  bamf/repos/community-x86_64/bamf-no-werror.patch
    (from rev 893280, bamf/trunk/bamf-no-werror.patch)
Deleted:
  bamf/repos/community-x86_64/PKGBUILD
  bamf/repos/community-x86_64/bamf-no-gtester2xunit.patch
  bamf/repos/community-x86_64/bamf-no-werror.patch

-----------------------------+
 PKGBUILD                    |  114 +++++++++++++++++++-----------------------
 bamf-no-gtester2xunit.patch |   48 ++++++++---------
 bamf-no-werror.patch        |   28 +++++-----
 3 files changed, 90 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-17 11:07:08 UTC (rev 893280)
+++ PKGBUILD	2021-03-17 11:07:15 UTC (rev 893281)
@@ -1,62 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Balló György <ballogyor+arch at gmail.com>
-
-pkgname=bamf
-pkgver=0.5.4
-pkgrel=2
-pkgdesc='Application matching framework'
-arch=(x86_64)
-url=https://launchpad.net/bamf
-license=(GPL)
-depends=(
-  libgtop
-  libwnck3
-)
-makedepends=(
-  git
-  gnome-common
-  gobject-introspection
-  vala
-)
-source=(
-  git+https://git.launchpad.net/bamf?signed#tag=75326c28cd519891dbd9d6f1e96be9e528746052
-  bamf-no-gtester2xunit.patch
-  bamf-no-werror.patch
-)
-validpgpkeys=(45B1103FB93ACBD90296DBCAE83D089481836EBF) # Marco Trevisan
-sha256sums=('SKIP'
-            'a330601f7bd332e96088b318374ca35515b6687b5bbe2c9c51f483bb7286a59b'
-            '3e93850927e2f70bc8af96587307dfa38759c850bf89ef9d2775c7432e7f2041')
-
-pkgver() {
-  cd bamf
-
-  git describe --tags
-}
-
-prepare() {
-  cd bamf
-
-  patch -Np1 -i ../bamf-no-gtester2xunit.patch
-  patch -Np1 -i ../bamf-no-werror.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd bamf
-
-  ./configure \
-    --prefix=/usr \
-    --libexecdir=/usr/lib \
-    --localstatedir=/var \
-    --sysconfdir=/etc \
-    --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C bamf install
-}
-
-# vim: ts=2 sw=2 et:

Copied: bamf/repos/community-x86_64/PKGBUILD (from rev 893280, bamf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-17 11:07:15 UTC (rev 893281)
@@ -0,0 +1,52 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail.com>
+
+pkgname=bamf
+pkgver=0.5.5
+pkgrel=1
+pkgdesc='Application matching framework'
+arch=(x86_64)
+url=https://launchpad.net/bamf
+license=(GPL)
+depends=(
+  libgtop
+  libwnck3
+)
+makedepends=(
+  git
+  gnome-common
+  gobject-introspection
+  vala
+)
+_tag=d677ea004428e4d34214b0f27881918b7192de12
+source=(git+https://git.launchpad.net/bamf?signed#tag=${_tag})
+validpgpkeys=(D4C501DA48EB797A081750939449C2F50996635F) # Marco Trevisan (Treviño) <mail at 3v1n0.net>
+b2sums=(SKIP)
+
+pkgver() {
+  cd bamf
+  git describe --tags
+}
+
+prepare() {
+  cd bamf
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd bamf
+  ./configure \
+    --prefix=/usr \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --sysconfdir=/etc \
+    --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C bamf install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: bamf-no-gtester2xunit.patch
===================================================================
--- bamf-no-gtester2xunit.patch	2021-03-17 11:07:08 UTC (rev 893280)
+++ bamf-no-gtester2xunit.patch	2021-03-17 11:07:15 UTC (rev 893281)
@@ -1,24 +0,0 @@
-diff -rupN bamf.orig/configure.ac bamf/configure.ac
---- bamf.orig/configure.ac	2020-02-03 18:51:04.813711221 +0100
-+++ bamf/configure.ac	2020-02-03 18:52:11.374267203 +0100
-@@ -110,18 +110,6 @@ fi
- GTK_DOC_CHECK(1.0)
- 
- ###########################
--# gtester2xunit checks    #
--###########################
--
--AC_PATH_PROG([PYTHON],[python])
--AC_MSG_CHECKING(for gtester2xunit dependencies)
--if !($PYTHON -c "import libxslt, libxml2" 2> /dev/null); then
--  AC_MSG_RESULT([no])
--  AC_MSG_ERROR([You need to install python-libxslt1 and python-libxml2]);
--fi
--AC_MSG_RESULT([yes])
--
--###########################
- # Headless tests
- ###########################
- AC_ARG_ENABLE([headless-tests],
-
-

Copied: bamf/repos/community-x86_64/bamf-no-gtester2xunit.patch (from rev 893280, bamf/trunk/bamf-no-gtester2xunit.patch)
===================================================================
--- bamf-no-gtester2xunit.patch	                        (rev 0)
+++ bamf-no-gtester2xunit.patch	2021-03-17 11:07:15 UTC (rev 893281)
@@ -0,0 +1,24 @@
+diff -rupN bamf.orig/configure.ac bamf/configure.ac
+--- bamf.orig/configure.ac	2020-02-03 18:51:04.813711221 +0100
++++ bamf/configure.ac	2020-02-03 18:52:11.374267203 +0100
+@@ -110,18 +110,6 @@ fi
+ GTK_DOC_CHECK(1.0)
+ 
+ ###########################
+-# gtester2xunit checks    #
+-###########################
+-
+-AC_PATH_PROG([PYTHON],[python])
+-AC_MSG_CHECKING(for gtester2xunit dependencies)
+-if !($PYTHON -c "import libxslt, libxml2" 2> /dev/null); then
+-  AC_MSG_RESULT([no])
+-  AC_MSG_ERROR([You need to install python-libxslt1 and python-libxml2]);
+-fi
+-AC_MSG_RESULT([yes])
+-
+-###########################
+ # Headless tests
+ ###########################
+ AC_ARG_ENABLE([headless-tests],
+
+

Deleted: bamf-no-werror.patch
===================================================================
--- bamf-no-werror.patch	2021-03-17 11:07:08 UTC (rev 893280)
+++ bamf-no-werror.patch	2021-03-17 11:07:15 UTC (rev 893281)
@@ -1,14 +0,0 @@
-diff -rupN bamf.orig/configure.ac bamf/configure.ac
---- bamf.orig/configure.ac	2020-02-03 18:55:29.602584778 +0100
-+++ bamf/configure.ac	2020-02-03 18:55:45.776052493 +0100
-@@ -143,7 +143,7 @@ AC_SUBST(COVERAGE_LDFLAGS)
- AM_PATH_GTK_3_0
- 
- dnl CFLAGS
--CFLAGS="$CFLAGS -Wall -Werror -Wno-error=deprecated-declarations -Wempty-body -Wformat-security -Winit-self -Warray-bounds -Wimplicit-function-declaration -lm"
-+CFLAGS="$CFLAGS -Wall -Wempty-body -Wformat-security -Winit-self -Warray-bounds -Wimplicit-function-declaration -lm"
- 
- AC_SUBST(BAMFDAEMON_CFLAGS)
- AC_SUBST(BAMFDAEMON_LIBS)
-
-

Copied: bamf/repos/community-x86_64/bamf-no-werror.patch (from rev 893280, bamf/trunk/bamf-no-werror.patch)
===================================================================
--- bamf-no-werror.patch	                        (rev 0)
+++ bamf-no-werror.patch	2021-03-17 11:07:15 UTC (rev 893281)
@@ -0,0 +1,14 @@
+diff -rupN bamf.orig/configure.ac bamf/configure.ac
+--- bamf.orig/configure.ac	2020-02-03 18:55:29.602584778 +0100
++++ bamf/configure.ac	2020-02-03 18:55:45.776052493 +0100
+@@ -143,7 +143,7 @@ AC_SUBST(COVERAGE_LDFLAGS)
+ AM_PATH_GTK_3_0
+ 
+ dnl CFLAGS
+-CFLAGS="$CFLAGS -Wall -Werror -Wno-error=deprecated-declarations -Wempty-body -Wformat-security -Winit-self -Warray-bounds -Wimplicit-function-declaration -lm"
++CFLAGS="$CFLAGS -Wall -Wempty-body -Wformat-security -Winit-self -Warray-bounds -Wimplicit-function-declaration -lm"
+ 
+ AC_SUBST(BAMFDAEMON_CFLAGS)
+ AC_SUBST(BAMFDAEMON_LIBS)
+
+



More information about the arch-commits mailing list