[arch-commits] Commit in mate-applet-streamer/repos (6 files)
Antonio Rojas
arojas at archlinux.org
Sun Aug 7 14:29:07 UTC 2016
Date: Sunday, August 7, 2016 @ 14:29:07
Author: arojas
Revision: 185882
archrelease: copy trunk to community-i686, community-x86_64
Added:
mate-applet-streamer/repos/community-i686/PKGBUILD
(from rev 185881, mate-applet-streamer/trunk/PKGBUILD)
mate-applet-streamer/repos/community-x86_64/PKGBUILD
(from rev 185881, mate-applet-streamer/trunk/PKGBUILD)
Deleted:
mate-applet-streamer/repos/community-i686/PKGBUILD
mate-applet-streamer/repos/community-i686/mate-applet-streamer.install
mate-applet-streamer/repos/community-x86_64/PKGBUILD
mate-applet-streamer/repos/community-x86_64/mate-applet-streamer.install
-----------------------------------------------+
/PKGBUILD | 58 ++++++++++++++++++++++++
community-i686/PKGBUILD | 30 ------------
community-i686/mate-applet-streamer.install | 11 ----
community-x86_64/PKGBUILD | 30 ------------
community-x86_64/mate-applet-streamer.install | 11 ----
5 files changed, 58 insertions(+), 82 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-08-07 14:28:27 UTC (rev 185881)
+++ community-i686/PKGBUILD 2016-08-07 14:29:07 UTC (rev 185882)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=mate-applet-streamer
-pkgver=0.1.2
-pkgrel=1
-pkgdesc="A MATE panel applet to let you play your favourite online radio station with a single click."
-url="http://www.zavedil.com/online-radio-applet/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gst-plugins-base' 'gtk2' 'libnotify' 'mate-panel' 'sqlite')
-makedepends=('mate-common')
-optdepends=('gst-plugins-bad: for MP3 decoding')
-source=("http://www.zavedil.com/wp-content/uploads/2014/11/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('c6b584a87d653a29a7e9496fd71e503314ec1315')
-install=${pkgname}.install
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib/${pkgname}
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
- rm -f "${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled"
-}
Copied: mate-applet-streamer/repos/community-i686/PKGBUILD (from rev 185881, mate-applet-streamer/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-07 14:29:07 UTC (rev 185882)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-applet-streamer
+pkgver=0.1.2
+pkgrel=2
+pkgdesc="A MATE panel applet to let you play your favourite online radio station with a single click."
+url="http://www.zavedil.com/online-radio-applet/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gst-plugins-base' 'gtk2' 'libnotify' 'mate-panel' 'sqlite')
+makedepends=('mate-common')
+optdepends=('gst-plugins-bad: for MP3 decoding')
+source=("http://www.zavedil.com/wp-content/uploads/2014/11/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('c6b584a87d653a29a7e9496fd71e503314ec1315')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/${pkgname}
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ rm -f "${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled"
+}
Deleted: community-i686/mate-applet-streamer.install
===================================================================
--- community-i686/mate-applet-streamer.install 2016-08-07 14:28:27 UTC (rev 185881)
+++ community-i686/mate-applet-streamer.install 2016-08-07 14:29:07 UTC (rev 185882)
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-08-07 14:28:27 UTC (rev 185881)
+++ community-x86_64/PKGBUILD 2016-08-07 14:29:07 UTC (rev 185882)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=mate-applet-streamer
-pkgver=0.1.2
-pkgrel=1
-pkgdesc="A MATE panel applet to let you play your favourite online radio station with a single click."
-url="http://www.zavedil.com/online-radio-applet/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gst-plugins-base' 'gtk2' 'libnotify' 'mate-panel' 'sqlite')
-makedepends=('mate-common')
-optdepends=('gst-plugins-bad: for MP3 decoding')
-source=("http://www.zavedil.com/wp-content/uploads/2014/11/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('c6b584a87d653a29a7e9496fd71e503314ec1315')
-install=${pkgname}.install
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib/${pkgname}
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
- rm -f "${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled"
-}
Copied: mate-applet-streamer/repos/community-x86_64/PKGBUILD (from rev 185881, mate-applet-streamer/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-08-07 14:29:07 UTC (rev 185882)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-applet-streamer
+pkgver=0.1.2
+pkgrel=2
+pkgdesc="A MATE panel applet to let you play your favourite online radio station with a single click."
+url="http://www.zavedil.com/online-radio-applet/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gst-plugins-base' 'gtk2' 'libnotify' 'mate-panel' 'sqlite')
+makedepends=('mate-common')
+optdepends=('gst-plugins-bad: for MP3 decoding')
+source=("http://www.zavedil.com/wp-content/uploads/2014/11/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('c6b584a87d653a29a7e9496fd71e503314ec1315')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/${pkgname}
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ rm -f "${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled"
+}
Deleted: community-x86_64/mate-applet-streamer.install
===================================================================
--- community-x86_64/mate-applet-streamer.install 2016-08-07 14:28:27 UTC (rev 185881)
+++ community-x86_64/mate-applet-streamer.install 2016-08-07 14:29:07 UTC (rev 185882)
@@ -1,11 +0,0 @@
-post_install() {
- 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