[arch-commits] Commit in gwakeonlan/repos (3 files)

Fabio Castelli muflone at archlinux.org
Sun Sep 7 19:17:44 UTC 2014


    Date: Sunday, September 7, 2014 @ 21:17:44
  Author: muflone
Revision: 118617

archrelease: copy trunk to community-testing-any

Added:
  gwakeonlan/repos/community-testing-any/
  gwakeonlan/repos/community-testing-any/PKGBUILD
    (from rev 118616, gwakeonlan/trunk/PKGBUILD)
  gwakeonlan/repos/community-testing-any/gwakeonlan.install
    (from rev 118616, gwakeonlan/trunk/gwakeonlan.install)

--------------------+
 PKGBUILD           |   27 +++++++++++++++++++++++++++
 gwakeonlan.install |   14 ++++++++++++++
 2 files changed, 41 insertions(+)

Copied: gwakeonlan/repos/community-testing-any/PKGBUILD (from rev 118616, gwakeonlan/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2014-09-07 19:17:44 UTC (rev 118617)
@@ -0,0 +1,27 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: jose <jose1711 [at] gmail (dot) com>
+
+pkgname=gwakeonlan
+pkgver=0.6.2
+pkgrel=2
+pkgdesc="GTK+ utility to awake machines using the Wake on LAN."
+url="http://www.muflone.com/gwakeonlan"
+arch=('any')
+license=('GPL2')
+depends=('gtk3' 'gobject-introspection' 'python2-xdg' 'python2-gobject' 'gtk-update-icon-cache')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz")
+md5sums=('ccdc29789e9a9233631d4e2d403b5797')
+sha1sums=('7f4c7177df7f870149006f46d430fe7bb881292a')
+sha256sums=('fa6a88351f5a437ca2171c012352f01a3cab147a09ac6c6b3278980f14eeb862')
+install="${pkgname}.install"
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python2 setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python2 setup.py install --optimize=1 --root "${pkgdir}"
+}
+

Copied: gwakeonlan/repos/community-testing-any/gwakeonlan.install (from rev 118616, gwakeonlan/trunk/gwakeonlan.install)
===================================================================
--- community-testing-any/gwakeonlan.install	                        (rev 0)
+++ community-testing-any/gwakeonlan.install	2014-09-07 19:17:44 UTC (rev 118617)
@@ -0,0 +1,14 @@
+post_install() {
+    gtk-update-icon-cache -q /usr/share/icons/hicolor/
+    xdg-icon-resource forceupdate
+    xdg-desktop-menu forceupdate
+}
+
+post_update() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}
+




More information about the arch-commits mailing list