[arch-commits] Commit in mate-sensors-applet/trunk (2 files)
Balló György
bgyorgy at archlinux.org
Sun Aug 7 09:54:46 UTC 2016
Date: Sunday, August 7, 2016 @ 09:54:46
Author: bgyorgy
Revision: 185765
upgpkg: mate-sensors-applet 1.14.0-1
Update to new version
Modified:
mate-sensors-applet/trunk/PKGBUILD
Deleted:
mate-sensors-applet/trunk/mate-sensors-applet.install
-----------------------------+
PKGBUILD | 23 ++++++++++++-----------
mate-sensors-applet.install | 12 ------------
2 files changed, 12 insertions(+), 23 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-08-07 09:51:46 UTC (rev 185764)
+++ PKGBUILD 2016-08-07 09:54:46 UTC (rev 185765)
@@ -1,22 +1,20 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Martin Wimpress <code at flexion.org>
-_ver=1.12
+_ver=1.14
_pkgbase=mate-sensors-applet
pkgname=(${_pkgbase})
-pkgver=${_ver}.1
+pkgver=${_ver}.0
pkgrel=1
-pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings. (GTK2 version)"
+pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings (GTK2 version)"
url="http://mate-desktop.org"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('dbus' 'gtk2' 'libatasmart' 'libnotify' 'lm_sensors' 'mate-panel>=1.12')
-makedepends=('docbook-xml' 'libxnvctrl' 'mate-common' 'rarian' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
+depends=('libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 'mate-panel')
+makedepends=('docbook-xsl' 'intltool' 'itstool')
groups=('mate-extra')
conflicts=("${_pkgbase}-gtk3")
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
-sha1sums=('310b06bc37038c55a18874e49c75a20c13b75e37')
-install=${_pkgbase}.install
+sha1sums=('3662e22a2d960ebb145e43b669dc320543cb1e06')
build() {
cd "${srcdir}/${_pkgbase}-${pkgver}"
@@ -23,8 +21,11 @@
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/${_pkgbase} \
- --with-gtk=2.0 \
- --disable-static
+ --with-gtk=2.0
+
+ #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
make
}
Deleted: mate-sensors-applet.install
===================================================================
--- mate-sensors-applet.install 2016-08-07 09:51:46 UTC (rev 185764)
+++ mate-sensors-applet.install 2016-08-07 09:54:46 UTC (rev 185765)
@@ -1,12 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas/
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
More information about the arch-commits
mailing list