summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Tari2020-08-07 04:14:58 +0200
committerRobert Tari2020-08-07 04:14:58 +0200
commit181a3fc7226a0489761fc38512e76feaba6ffe19 (patch)
tree5780aa8ceb110f8560dc4c22f087c6e7e344ae11
parent5d9cf4d97faa7206e95ea49f86a03d2e190fb568 (diff)
downloadaur-181a3fc7226a0489761fc38512e76feaba6ffe19.tar.gz
Updated to 0.6.2
-rw-r--r--.SRCINFO9
-rw-r--r--0002.fix-build.patch12
-rw-r--r--PKGBUILD10
3 files changed, 8 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6583862c662b..a1296b9c7408 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = ayatana-indicator-messages
pkgdesc = Ayatana Indicator that collects messages that need a response
- pkgver = 0.6.1
+ pkgver = 0.6.2
pkgrel = 1
url = https://github.com/AyatanaIndicators
arch = i686
arch = x86_64
+ arch = pentium4
license = GPL3
makedepends = gobject-introspection
makedepends = gtk-doc
@@ -20,10 +21,8 @@ pkgbase = ayatana-indicator-messages
provides = indicator-messages
conflicts = indicator-messages
options = !emptydirs
- source = https://github.com/AyatanaIndicators/ayatana-indicator-messages/archive/0.6.1.tar.gz
- source = 0002.fix-build.patch
- md5sums = 5b29e8471fd344c2d84d2025676c6b25
- md5sums = 3fed27ba077bf991a0162c5b3b0d8698
+ source = https://github.com/AyatanaIndicators/ayatana-indicator-messages/archive/0.6.2.tar.gz
+ md5sums = da0c10624c6a1f967797d594f835b7a3
pkgname = ayatana-indicator-messages
diff --git a/0002.fix-build.patch b/0002.fix-build.patch
deleted file mode 100644
index 7e35cd3a8a3a..000000000000
--- a/0002.fix-build.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ura a/configure.ac b/configure.ac
---- a/configure.ac 2018-11-16 10:22:41.000000000 +0100
-+++ b/configure.ac 2019-03-08 11:29:08.194837201 +0100
-@@ -3,7 +3,7 @@
- AC_PREREQ(2.62)
-
- AM_CONFIG_HEADER(config.h)
--AM_INIT_AUTOMAKE(subdir-objects)
-+AM_INIT_AUTOMAKE()
-
- AM_MAINTAINER_MODE
-
diff --git a/PKGBUILD b/PKGBUILD
index 62c24ddb44de..7eac51e3edb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
# Maintainer: Robert Tari <robert at tari dot in>
-# Contributor: Valentin Huélamo <vhuelamo at gmail dot com>
pkgname="ayatana-indicator-messages"
-pkgver="0.6.1"
+pkgver="0.6.2"
pkgrel="1"
pkgdesc="Ayatana Indicator that collects messages that need a response"
-arch=("i686" "x86_64")
+arch=("i686" "x86_64" "pentium4")
url="https://github.com/AyatanaIndicators"
license=("GPL3")
depends=("glib2" "accountsservice" "hicolor-icon-theme" "dconf")
makedepends=("gobject-introspection" "gtk-doc" "intltool" "accountsservice" "mate-common" "vala")
optdepends=("mate-ayatana-indicator-applet")
-source=("https://github.com/AyatanaIndicators/${pkgname}/archive/${pkgver}.tar.gz" "0002.fix-build.patch")
-md5sums=("5b29e8471fd344c2d84d2025676c6b25" "3fed27ba077bf991a0162c5b3b0d8698")
+source=("https://github.com/AyatanaIndicators/${pkgname}/archive/${pkgver}.tar.gz")
+md5sums=("da0c10624c6a1f967797d594f835b7a3")
options=("!emptydirs")
provides=("indicator-messages")
conflicts=("indicator-messages")
@@ -20,7 +19,6 @@ conflicts=("indicator-messages")
prepare()
{
cd ${pkgname}-${pkgver}
- patch -Np1 -i ../0002.fix-build.patch
NOCONFIGURE=1 ./autogen.sh
}