[arch-commits] Commit in (7 files)
NicoHood
nicohood at archlinux.org
Sun Oct 30 22:50:56 UTC 2016
Date: Sunday, October 30, 2016 @ 22:50:55
Author: nicohood
Revision: 194115
Initital commit of python-pyusb
Added:
python-pyusb/
python-pyusb/repos/
python-pyusb/trunk/
python-pyusb/trunk/PKGBUILD
Modified:
arc-icon-theme/trunk/PKGBUILD
create_ap/trunk/PKGBUILD
gtk-theme-arc/trunk/PKGBUILD
-------------------------------+
arc-icon-theme/trunk/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
create_ap/trunk/PKGBUILD | 4 ++--
gtk-theme-arc/trunk/PKGBUILD | 37 +++++++++++++++++++++++++------------
python-pyusb/trunk/PKGBUILD | 1 +
4 files changed, 64 insertions(+), 14 deletions(-)
Modified: arc-icon-theme/trunk/PKGBUILD
===================================================================
--- arc-icon-theme/trunk/PKGBUILD 2016-10-30 22:35:34 UTC (rev 194114)
+++ arc-icon-theme/trunk/PKGBUILD 2016-10-30 22:50:55 UTC (rev 194115)
@@ -0,0 +1,36 @@
+# Maintainer: NicoHood <archlinux {cat} nicohood {dog} de>
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: ELmoussaoui Bilal <bil.elmoussaoui at gmail.com>
+
+pkgname=arc-icon-theme
+pkgver=20160605
+pkgrel=2
+pkgdesc='Arc icon theme. Official releases only.'
+arch=('any')
+url="https://github.com/horst3180/arc-icon-theme"
+license=('GPL3')
+depends=('gtk-update-icon-cache' 'hicolor-icon-theme')
+optdepends=( #'moka-icon-theme-git: Arc icon theme was built to be used on top of Moka icon theme'
+ #'faba-icon-theme: Smaller version of moka with no application icons'
+ 'elementary: Secondary icon theme fallback')
+options=('!emptydirs' '!strip')
+source=("https://github.com/horst3180/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('cb5ae5b828c2945614885672d2bd741dffe7cd77c0b7bf2d060bdcac046b7cee7dc5c6643e51bd2954b54d40aa05afddc555e2a1523ba8443cedf7997ad218d1')
+conflicts=('arc-icon-theme-git')
+
+prepare() {
+ # Add moka, faba and elementary theme as fallback theme
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ sed -i "s/Inherits=.*/Inherits=Moka,Faba,elementary,Adwaita,gnome,hicolor/" Arc/index.theme
+}
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./autogen.sh --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Modified: create_ap/trunk/PKGBUILD
===================================================================
--- create_ap/trunk/PKGBUILD 2016-10-30 22:35:34 UTC (rev 194114)
+++ create_ap/trunk/PKGBUILD 2016-10-30 22:50:55 UTC (rev 194115)
@@ -3,8 +3,8 @@
# Contributor: Xiaoxiao Pu <i at xiaoxiao.im>
pkgname=create_ap
-pkgver=0.4.2
-pkgrel=2
+pkgver=0.4.3
+pkgrel=1
pkgdesc="A shell script to create a NATed/Bridged Software Access Point"
arch=('any')
url="https://github.com/oblique/create_ap"
Modified: gtk-theme-arc/trunk/PKGBUILD
===================================================================
--- gtk-theme-arc/trunk/PKGBUILD 2016-10-30 22:35:34 UTC (rev 194114)
+++ gtk-theme-arc/trunk/PKGBUILD 2016-10-30 22:50:55 UTC (rev 194115)
@@ -1,27 +1,40 @@
-# Maintainer: NicoHood <aur {at} nicohood {dot} de>
+# Maintainer: NicoHood <archlinux {cat} nicohood {dog} de>
# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
# Contributor: zach <zach {at} zach-adams {dot} com>
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de
+# Contributor: Philipp Wolfer <ph.wolfer at gmail.com>
-pkgname=gtk-theme-arc
+pkgbase=gtk-theme-arc
_pkgname=arc-theme
+pkgname=('gtk-theme-arc' 'gtk-theme-arc-solid')
pkgver=20161005
-pkgrel=1
-pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell. Official releases only."
+pkgrel=2
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')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/horst3180/${_pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('cbdb73424f85532d756f2b7ed781fbc49598be44e01715490c0f95a60d7e1ab1c4f58a02f1a60bc9aec7f9625a9b7190ed680888af9c6fdf8a192b935c2ebe33')
build() {
- cd "${_pkgname}-$pkgver"
- ./autogen.sh --prefix=/usr
+ cd "${_pkgname}-$pkgver"
+ ./autogen.sh --prefix=/usr
}
-package() {
- make -C "${_pkgname}-$pkgver" DESTDIR="${pkgdir}" install
+package_gtk-theme-arc() {
+ pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell"
+
+ cd "${_pkgname}-$pkgver"
+ ./configure --prefix=/usr
+ make DESTDIR="${pkgdir}" install
}
+
+package_gtk-theme-arc-solid() {
+ pkgdesc="A flat theme for GTK 3, GTK 2 and Gnome-Shell (without transparency)"
+ conflicts=('gtk-theme-arc')
+ provides=('gtk-theme-arc')
+
+ cd "${_pkgname}-$pkgver"
+ ./configure --prefix=/usr --disable-transparency
+ make DESTDIR="${pkgdir}" install
+}
Index: python-pyusb/trunk/PKGBUILD
===================================================================
--- python-pyusb/trunk/PKGBUILD 2016-10-30 22:35:34 UTC (rev 194114)
+++ python-pyusb/trunk/PKGBUILD 2016-10-30 22:50:55 UTC (rev 194115)
Property changes on: python-pyusb/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list