summaryrefslogtreecommitdiff
path: root/libre/mate-sensors-applet-gtk3
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2017-03-19 17:33:16 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2017-03-19 17:33:16 -0300
commitd15f30b18fed94d7fc6487b9d33c5e2057d614cd (patch)
tree99d66084488c63c751f7991f8dcebbd4c956e077 /libre/mate-sensors-applet-gtk3
parentdae3d22293f962ce4705af3bd2d7b4074f9b0adb (diff)
downloadabslibre-d15f30b18fed94d7fc6487b9d33c5e2057d614cd.tar.gz
abslibre-d15f30b18fed94d7fc6487b9d33c5e2057d614cd.tar.bz2
abslibre-d15f30b18fed94d7fc6487b9d33c5e2057d614cd.zip
update mate-sensors-applet to 1.18.0 and remove mate-sensors-applet-gtk3
Diffstat (limited to 'libre/mate-sensors-applet-gtk3')
-rw-r--r--libre/mate-sensors-applet-gtk3/PKGBUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/libre/mate-sensors-applet-gtk3/PKGBUILD b/libre/mate-sensors-applet-gtk3/PKGBUILD
deleted file mode 100644
index a03803409..000000000
--- a/libre/mate-sensors-applet-gtk3/PKGBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# Contributor (Arch): Martin Wimpress <code@flexion.org>
-# Maintainer: André Silva <emulatorman@parabola.nu>
-
-_ver=1.16
-_pkgbase=mate-sensors-applet
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.1
-pkgrel=1.parabola1
-pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings (GTK3 version), without nonfree libxnvctrl support"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64' 'armv7h')
-license=('GPL')
-depends=('libatasmart' 'libnotify' 'lm_sensors' 'mate-panel-gtk3')
-makedepends=('docbook-xsl' 'intltool' 'itstool')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
-sha1sums=('a588b17b8c7ae3d01bb0871a37fa9d726c4637a1')
-
-build() {
- cd "${srcdir}/${_pkgbase}-${pkgver}"
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib/${_pkgbase} \
- --with-gtk=3.0
-
- #https://bugzilla.gnome.org/show_bug.cgi?id=656231
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
- make
-}
-
-package() {
- cd "${srcdir}/${_pkgbase}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}