[arch-commits] Commit in bamf/repos/community-x86_64 (7 files)
Maxime Gauduin
alucryd at gemini.archlinux.org
Tue Aug 9 17:01:41 UTC 2022
Date: Tuesday, August 9, 2022 @ 17:01:40
Author: alucryd
Revision: 1264051
archrelease: copy trunk to community-x86_64
Added:
bamf/repos/community-x86_64/PKGBUILD
(from rev 1264049, bamf/trunk/PKGBUILD)
bamf/repos/community-x86_64/bamf-no-gtester2xunit.patch
(from rev 1264049, bamf/trunk/bamf-no-gtester2xunit.patch)
bamf/repos/community-x86_64/bamf-no-werror.patch
(from rev 1264050, bamf/trunk/bamf-no-werror.patch)
bamf/repos/community-x86_64/keys/
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 | 104 +++++++++++++++++++++---------------------
bamf-no-gtester2xunit.patch | 48 +++++++++----------
bamf-no-werror.patch | 28 +++++------
3 files changed, 90 insertions(+), 90 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-09 17:01:35 UTC (rev 1264050)
+++ PKGBUILD 2022-08-09 17:01:40 UTC (rev 1264051)
@@ -1,52 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Balló György <ballogyor+arch at gmail.com>
-
-pkgname=bamf
-pkgver=0.5.5
-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
-)
-_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:
Copied: bamf/repos/community-x86_64/PKGBUILD (from rev 1264049, bamf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-09 17:01:40 UTC (rev 1264051)
@@ -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.6
+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=17aef81f0500cbc4333f1f327126adf653826466
+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 2022-08-09 17:01:35 UTC (rev 1264050)
+++ bamf-no-gtester2xunit.patch 2022-08-09 17:01:40 UTC (rev 1264051)
@@ -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 1264049, bamf/trunk/bamf-no-gtester2xunit.patch)
===================================================================
--- bamf-no-gtester2xunit.patch (rev 0)
+++ bamf-no-gtester2xunit.patch 2022-08-09 17:01:40 UTC (rev 1264051)
@@ -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 2022-08-09 17:01:35 UTC (rev 1264050)
+++ bamf-no-werror.patch 2022-08-09 17:01:40 UTC (rev 1264051)
@@ -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 1264050, bamf/trunk/bamf-no-werror.patch)
===================================================================
--- bamf-no-werror.patch (rev 0)
+++ bamf-no-werror.patch 2022-08-09 17:01:40 UTC (rev 1264051)
@@ -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