[arch-commits] Commit in (create_ap/trunk/PKGBUILD gtk-theme-arc/trunk/PKGBUILD)

NicoHood nicohood at archlinux.org
Sun Oct 30 19:05:56 UTC 2016


    Date: Sunday, October 30, 2016 @ 19:05:56
  Author: nicohood
Revision: 194044

Added id for create_ap

Modified:
  create_ap/trunk/PKGBUILD	(contents, properties)
  gtk-theme-arc/trunk/PKGBUILD

------------------------------+
 create_ap/trunk/PKGBUILD     |    5 ++---
 gtk-theme-arc/trunk/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 3 deletions(-)

Modified: create_ap/trunk/PKGBUILD
===================================================================
--- create_ap/trunk/PKGBUILD	2016-10-30 18:24:10 UTC (rev 194043)
+++ create_ap/trunk/PKGBUILD	2016-10-30 19:05:56 UTC (rev 194044)
@@ -4,7 +4,7 @@
 
 pkgname=create_ap
 pkgver=0.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A shell script to create a NATed/Bridged Software Access Point"
 arch=('any')
 url="https://github.com/oblique/create_ap"
@@ -12,9 +12,8 @@
 depends=('bash' 'hostapd' 'iproute2' 'iw' 'dnsmasq'
          'iptables' 'util-linux' 'procps-ng')
 optdepends=('haveged: boost low entropy')
-makedepends=('')
 backup=('etc/create_ap.conf')
-source=("https://github.com/oblique/${pkgname}/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/oblique/${pkgname}/archive/v${pkgver}.tar.gz")
 sha512sums=('4c252ad17f07a36cee82bb1b6b49d4f7024b32d52e80b4e95d77b70803575005e37ee086c161d12070722de1a250fcb76cca6165792302869fd27b69ceca93b3')
 
 package() {


Property changes on: create_ap/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Modified: gtk-theme-arc/trunk/PKGBUILD
===================================================================
--- gtk-theme-arc/trunk/PKGBUILD	2016-10-30 18:24:10 UTC (rev 194043)
+++ gtk-theme-arc/trunk/PKGBUILD	2016-10-30 19:05:56 UTC (rev 194044)
@@ -0,0 +1,27 @@
+# Maintainer: NicoHood <aur {at} nicohood {dot} de>
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: zach <zach {at} zach-adams {dot} com>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de
+
+pkgname=gtk-theme-arc
+_pkgname=arc-theme
+pkgver=20161005
+pkgrel=1
+pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell. Official releases only."
+arch=('any')
+url="https://github.com/horst3180/${_pkgname}"
+license=('GPL3')
+depends=('gtk3' 'gtk-engine-murrine')
+source=("https://github.com/horst3180/${_pkgname}/archive/${pkgver}.tar.gz")
+conflicts=('gtk-theme-arc-git')
+provides=('gtk-theme-arc')
+sha512sums=('09167228e286c3decedd2197ed6915d70d8601e7274f81cd368ac097f6c4f7e4')
+
+build() {
+	cd "${_pkgname}-$pkgver"
+	./autogen.sh --prefix=/usr
+}
+
+package() {
+	make -C "${_pkgname}-$pkgver" DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list