[arch-commits] Commit in oxygen-icons/repos/extra-any (PKGBUILD PKGBUILD)

2019-12-18 Thread Antonio Rojas via arch-commits
Date: Thursday, December 19, 2019 @ 06:59:33
  Author: arojas
Revision: 371744

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/PKGBUILD
(from rev 371743, oxygen-icons/trunk/PKGBUILD)
Deleted:
  oxygen-icons/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-19 06:59:18 UTC (rev 371743)
+++ PKGBUILD2019-12-19 06:59:33 UTC (rev 371744)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=oxygen-icons
-pkgname=(oxygen-icons oxygen-icons-svg)
-pkgver=5.64.0
-epoch=1
-pkgrel=1
-pkgdesc="The Oxygen Icon Theme"
-arch=(any)
-url='https://community.kde.org/Frameworks'
-license=(LGPL)
-makedepends=(extra-cmake-modules qt5-base)
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgbase}5-$pkgver.tar.xz"{,.sig})
-sha256sums=('41d415b4bd9cca0d9abc43b187059d833ce92b3fff3da66eb8ff4004215e91ef'
-'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}5-$pkgver
-  make
-}
-
-package_oxygen-icons() {
-  groups=(kf5)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-
-package_oxygen-icons-svg() {
-  pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)"
-
-  cd ${pkgbase}5-$pkgver
-  find scalable -type f ! -name '*.sh' -exec \
-install -D -m644 "{}" "$pkgdir"/usr/share/icons/oxygen/{} \;
-}

Copied: oxygen-icons/repos/extra-any/PKGBUILD (from rev 371743, 
oxygen-icons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-19 06:59:33 UTC (rev 371744)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=(oxygen-icons oxygen-icons-svg)
+pkgver=5.65.0
+epoch=1
+pkgrel=2
+pkgdesc="The Oxygen Icon Theme"
+arch=(any)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+makedepends=(extra-cmake-modules qt5-base)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgbase}5-$pkgver.tar.xz"{,.sig})
+sha256sums=('a0e6868aa905f2ca784164fc80b2cb85b1dcebf12588bc4a023c46550923d665'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}5-$pkgver
+  make
+}
+
+package_oxygen-icons() {
+  groups=(kf5)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_oxygen-icons-svg() {
+  pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)"
+
+  cd ${pkgbase}5-$pkgver
+  find scalable -type f ! -name '*.sh' -exec \
+install -D -m644 "{}" "$pkgdir"/usr/share/icons/oxygen/{} \;
+}


[arch-commits] Commit in oxygen-icons/repos/extra-any (PKGBUILD PKGBUILD)

2015-11-18 Thread Antonio Rojas
Date: Thursday, November 19, 2015 @ 08:19:27
  Author: arojas
Revision: 251236

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/PKGBUILD
(from rev 251235, oxygen-icons/trunk/PKGBUILD)
Deleted:
  oxygen-icons/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   89 ++---
 1 file changed, 45 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-19 07:19:03 UTC (rev 251235)
+++ PKGBUILD2015-11-19 07:19:27 UTC (rev 251236)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=oxygen-icons
-pkgname=('oxygen-icons'
- 'oxygen-icons-svg')
-pkgver=5.16.0
-epoch=1
-pkgrel=1
-pkgdesc="The Oxygen Icon Theme"
-arch=('any')
-url='http://www.oxygen-icons.org/'
-license=('LGPL')
-group=('kf5')
-makedepends=('cmake')
-source=("http://download.kde.org/stable/frameworks/${pkgver}/src/${pkgname}5-${pkgver}.tar.xz;)
-sha1sums=('37610314d7e3fd3edde8a6e013ca2681855bdf50')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}5-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_oxygen-icons() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-
-package_oxygen-icons-svg() {
-  pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)"
-
-  cd ${pkgbase}5-${pkgver}
-  find scalable -type f ! -name '*.sh' -exec \
-install -D -m644 "{}" "${pkgdir}/usr/share/icons/oxygen/{}" \;
-}

Copied: oxygen-icons/repos/extra-any/PKGBUILD (from rev 251235, 
oxygen-icons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-19 07:19:27 UTC (rev 251236)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=5.16.0
+epoch=1
+pkgrel=1
+pkgdesc="The Oxygen Icon Theme"
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/frameworks/${pkgver}/src/${pkgname}5-${pkgver}.tar.xz;)
+sha1sums=('37610314d7e3fd3edde8a6e013ca2681855bdf50')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}5-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_oxygen-icons() {
+  groups=('kf5')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_oxygen-icons-svg() {
+  pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)"
+
+  cd ${pkgbase}5-${pkgver}
+  find scalable -type f ! -name '*.sh' -exec \
+install -D -m644 "{}" "${pkgdir}/usr/share/icons/oxygen/{}" \;
+}


[arch-commits] Commit in oxygen-icons/repos/extra-any (PKGBUILD PKGBUILD)

2015-11-18 Thread Antonio Rojas
Date: Thursday, November 19, 2015 @ 08:20:36
  Author: arojas
Revision: 251238

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/PKGBUILD
(from rev 251237, oxygen-icons/trunk/PKGBUILD)
Deleted:
  oxygen-icons/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-19 07:20:27 UTC (rev 251237)
+++ PKGBUILD2015-11-19 07:20:36 UTC (rev 251238)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=oxygen-icons
-pkgname=('oxygen-icons'
- 'oxygen-icons-svg')
-pkgver=5.16.0
-epoch=1
-pkgrel=1
-pkgdesc="The Oxygen Icon Theme"
-arch=('any')
-url='http://www.oxygen-icons.org/'
-license=('LGPL')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/stable/frameworks/${pkgver}/src/${pkgname}5-${pkgver}.tar.xz;)
-sha1sums=('37610314d7e3fd3edde8a6e013ca2681855bdf50')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}5-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_oxygen-icons() {
-  groups=('kf5')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-
-package_oxygen-icons-svg() {
-  pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)"
-
-  cd ${pkgbase}5-${pkgver}
-  find scalable -type f ! -name '*.sh' -exec \
-install -D -m644 "{}" "${pkgdir}/usr/share/icons/oxygen/{}" \;
-}

Copied: oxygen-icons/repos/extra-any/PKGBUILD (from rev 251237, 
oxygen-icons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-19 07:20:36 UTC (rev 251238)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=5.16.0
+epoch=1
+pkgrel=1
+pkgdesc="The Oxygen Icon Theme"
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}5-${pkgver}.tar.xz;)
+sha1sums=('37610314d7e3fd3edde8a6e013ca2681855bdf50')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}5-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_oxygen-icons() {
+  groups=('kf5')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_oxygen-icons-svg() {
+  pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)"
+
+  cd ${pkgbase}5-${pkgver}
+  find scalable -type f ! -name '*.sh' -exec \
+install -D -m644 "{}" "${pkgdir}/usr/share/icons/oxygen/{}" \;
+}


[arch-commits] Commit in oxygen-icons/repos/extra-any (PKGBUILD PKGBUILD)

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 22:13:29
  Author: arojas
Revision: 241477

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/PKGBUILD
(from rev 241476, oxygen-icons/trunk/PKGBUILD)
Deleted:
  oxygen-icons/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-30 19:56:02 UTC (rev 241476)
+++ PKGBUILD2015-06-30 20:13:29 UTC (rev 241477)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=oxygen-icons
-pkgname=('oxygen-icons'
- 'oxygen-icons-svg')
-pkgver=15.04.2
-pkgrel=1
-pkgdesc=The Oxygen Icon Theme
-arch=('any')
-url='http://www.oxygen-icons.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('f0b84d7c04708bfcf91848dc263f7546bad8a7b7')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_oxygen-icons() {
-  cd build
-  make DESTDIR=$pkgdir install
-}
-
-package_oxygen-icons-svg() {
-  pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
-
-  cd ${pkgbase}-${pkgver}
-  find scalable -type f ! -name '*.sh' -exec \
-install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
-}

Copied: oxygen-icons/repos/extra-any/PKGBUILD (from rev 241476, 
oxygen-icons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-30 20:13:29 UTC (rev 241477)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=15.04.3
+pkgrel=1
+pkgdesc=The Oxygen Icon Theme
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('22c4259a797c32a87970046d2ffb4f9d7615bb2e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_oxygen-icons() {
+  cd build
+  make DESTDIR=$pkgdir install
+}
+
+package_oxygen-icons-svg() {
+  pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
+
+  cd ${pkgbase}-${pkgver}
+  find scalable -type f ! -name '*.sh' -exec \
+install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
+}


[arch-commits] Commit in oxygen-icons/repos/extra-any (PKGBUILD PKGBUILD)

2015-06-02 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:42:42
  Author: arojas
Revision: 240005

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/PKGBUILD
(from rev 240004, oxygen-icons/trunk/PKGBUILD)
Deleted:
  oxygen-icons/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-02 06:42:20 UTC (rev 240004)
+++ PKGBUILD2015-06-02 06:42:42 UTC (rev 240005)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=oxygen-icons
-pkgname=('oxygen-icons'
- 'oxygen-icons-svg')
-pkgver=15.04.1
-pkgrel=1
-pkgdesc=The Oxygen Icon Theme
-arch=('any')
-url='http://www.oxygen-icons.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('2cbb3e35ff55878a20566198fffb1830697e0329')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_oxygen-icons() {
-  cd build
-  make DESTDIR=$pkgdir install
-}
-
-package_oxygen-icons-svg() {
-  pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
-
-  cd ${pkgbase}-${pkgver}
-  find scalable -type f ! -name '*.sh' -exec \
-install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
-}

Copied: oxygen-icons/repos/extra-any/PKGBUILD (from rev 240004, 
oxygen-icons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-02 06:42:42 UTC (rev 240005)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=15.04.2
+pkgrel=1
+pkgdesc=The Oxygen Icon Theme
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f0b84d7c04708bfcf91848dc263f7546bad8a7b7')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_oxygen-icons() {
+  cd build
+  make DESTDIR=$pkgdir install
+}
+
+package_oxygen-icons-svg() {
+  pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
+
+  cd ${pkgbase}-${pkgver}
+  find scalable -type f ! -name '*.sh' -exec \
+install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
+}


[arch-commits] Commit in oxygen-icons/repos/extra-any (PKGBUILD PKGBUILD)

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 08:59:20
  Author: arojas
Revision: 238971

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/PKGBUILD
(from rev 238970, oxygen-icons/trunk/PKGBUILD)
Deleted:
  oxygen-icons/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-12 00:55:35 UTC (rev 238970)
+++ PKGBUILD2015-05-12 06:59:20 UTC (rev 238971)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=oxygen-icons
-pkgname=('oxygen-icons'
- 'oxygen-icons-svg')
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=The Oxygen Icon Theme
-arch=('any')
-url='http://www.oxygen-icons.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('2d5a7f653484f9938b533fe77c3ceeaca82a6dcb')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_oxygen-icons() {
-  cd build
-  make DESTDIR=$pkgdir install
-}
-
-package_oxygen-icons-svg() {
-  pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
-
-  cd ${pkgbase}-${pkgver}
-  find scalable -type f ! -name '*.sh' -exec \
-install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
-}

Copied: oxygen-icons/repos/extra-any/PKGBUILD (from rev 238970, 
oxygen-icons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-12 06:59:20 UTC (rev 238971)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=15.04.1
+pkgrel=1
+pkgdesc=The Oxygen Icon Theme
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2cbb3e35ff55878a20566198fffb1830697e0329')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_oxygen-icons() {
+  cd build
+  make DESTDIR=$pkgdir install
+}
+
+package_oxygen-icons-svg() {
+  pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
+
+  cd ${pkgbase}-${pkgver}
+  find scalable -type f ! -name '*.sh' -exec \
+install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
+}


[arch-commits] Commit in oxygen-icons/repos/extra-any (PKGBUILD PKGBUILD)

2014-10-20 Thread Andrea Scarpino
Date: Monday, October 20, 2014 @ 10:01:06
  Author: andrea
Revision: 224897

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/PKGBUILD
(from rev 224896, oxygen-icons/trunk/PKGBUILD)
Deleted:
  oxygen-icons/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-20 08:00:59 UTC (rev 224896)
+++ PKGBUILD2014-10-20 08:01:06 UTC (rev 224897)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=oxygen-icons
-pkgname=('oxygen-icons'
- 'oxygen-icons-svg')
-pkgver=4.14.1
-pkgrel=1
-pkgdesc=The Oxygen Icon Theme
-arch=('any')
-url='http://www.oxygen-icons.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('fdada54e868a0e4142832bbab03c2886b5d208f9')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_oxygen-icons() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
-}
-
-package_oxygen-icons-svg() {
-   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
-   cd $srcdir/${pkgbase}-${pkgver}
-   find scalable -type f ! -name '*.sh' -exec \
-   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
-}

Copied: oxygen-icons/repos/extra-any/PKGBUILD (from rev 224896, 
oxygen-icons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-20 08:01:06 UTC (rev 224897)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=4.14.2
+pkgrel=1
+pkgdesc=The Oxygen Icon Theme
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('3dd789c1f35f35378dae26917617c9b821ca192b')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_oxygen-icons() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+}
+
+package_oxygen-icons-svg() {
+   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
+   cd $srcdir/${pkgbase}-${pkgver}
+   find scalable -type f ! -name '*.sh' -exec \
+   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
+}


[arch-commits] Commit in oxygen-icons/repos/extra-any (PKGBUILD PKGBUILD)

2014-07-21 Thread Sven-Hendrik Haase
Date: Monday, July 21, 2014 @ 22:12:21
  Author: svenstaro
Revision: 217546

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/PKGBUILD
(from rev 217545, oxygen-icons/trunk/PKGBUILD)
Deleted:
  oxygen-icons/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-21 20:12:11 UTC (rev 217545)
+++ PKGBUILD2014-07-21 20:12:21 UTC (rev 217546)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=oxygen-icons
-pkgname=('oxygen-icons'
- 'oxygen-icons-svg')
-pkgver=4.13.3
-pkgrel=1
-pkgdesc=The Oxygen Icon Theme
-arch=('any')
-url='http://www.oxygen-icons.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('56beeea26a8b4502ff24f8becaae8fabc2e794de')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_oxygen-icons() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
-}
-
-package_oxygen-icons-svg() {
-   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
-   cd $srcdir/${pkgbase}-${pkgver}
-   find scalable -type f ! -name '*.sh' -exec \
-   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
-}

Copied: oxygen-icons/repos/extra-any/PKGBUILD (from rev 217545, 
oxygen-icons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-21 20:12:21 UTC (rev 217546)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=4.13.3
+pkgrel=1
+pkgdesc=The Oxygen Icon Theme
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('56beeea26a8b4502ff24f8becaae8fabc2e794de')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_oxygen-icons() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+}
+
+package_oxygen-icons-svg() {
+   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
+   cd $srcdir/${pkgbase}-${pkgver}
+   find scalable -type f ! -name '*.sh' -exec \
+   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
+}



[arch-commits] Commit in oxygen-icons/repos/extra-any (PKGBUILD PKGBUILD)

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:25:48
  Author: svenstaro
Revision: 217057

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/PKGBUILD
(from rev 217056, oxygen-icons/trunk/PKGBUILD)
Deleted:
  oxygen-icons/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-18 11:25:37 UTC (rev 217056)
+++ PKGBUILD2014-07-18 11:25:48 UTC (rev 217057)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=oxygen-icons
-pkgname=('oxygen-icons'
- 'oxygen-icons-svg')
-pkgver=4.13.2
-pkgrel=1
-pkgdesc=The Oxygen Icon Theme
-arch=('any')
-url='http://www.oxygen-icons.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ec412ae32cb7cb2a0fbd24d8c5a72c1f2d45c97a')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_oxygen-icons() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
-}
-
-package_oxygen-icons-svg() {
-   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
-   cd $srcdir/${pkgbase}-${pkgver}
-   find scalable -type f ! -name '*.sh' -exec \
-   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
-}

Copied: oxygen-icons/repos/extra-any/PKGBUILD (from rev 217056, 
oxygen-icons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-18 11:25:48 UTC (rev 217057)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=4.13.3
+pkgrel=1
+pkgdesc=The Oxygen Icon Theme
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('56beeea26a8b4502ff24f8becaae8fabc2e794de')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_oxygen-icons() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+}
+
+package_oxygen-icons-svg() {
+   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
+   cd $srcdir/${pkgbase}-${pkgver}
+   find scalable -type f ! -name '*.sh' -exec \
+   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
+}



[arch-commits] Commit in oxygen-icons/repos/extra-any (PKGBUILD PKGBUILD)

2014-03-31 Thread Sven-Hendrik Haase
Date: Monday, March 31, 2014 @ 11:55:39
  Author: svenstaro
Revision: 209274

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/PKGBUILD
(from rev 209273, oxygen-icons/trunk/PKGBUILD)
Deleted:
  oxygen-icons/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-31 09:55:32 UTC (rev 209273)
+++ PKGBUILD2014-03-31 09:55:39 UTC (rev 209274)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=oxygen-icons
-pkgname=('oxygen-icons'
- 'oxygen-icons-svg')
-pkgver=4.12.3
-pkgrel=1
-pkgdesc=The Oxygen Icon Theme
-arch=('any')
-url='http://www.oxygen-icons.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('3cc6e8a84151b7a22d5797a9c3915029ec330138')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_oxygen-icons() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
-}
-
-package_oxygen-icons-svg() {
-   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
-   cd $srcdir/${pkgbase}-${pkgver}
-   find scalable -type f ! -name '*.sh' -exec \
-   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
-}

Copied: oxygen-icons/repos/extra-any/PKGBUILD (from rev 209273, 
oxygen-icons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-31 09:55:39 UTC (rev 209274)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=4.12.4
+pkgrel=1
+pkgdesc=The Oxygen Icon Theme
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e6850d592aabc1bf4e14f23ad1cc5a6d791880bd')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_oxygen-icons() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+}
+
+package_oxygen-icons-svg() {
+   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
+   cd $srcdir/${pkgbase}-${pkgver}
+   find scalable -type f ! -name '*.sh' -exec \
+   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
+}



[arch-commits] Commit in oxygen-icons/repos/extra-any (PKGBUILD PKGBUILD)

2014-03-31 Thread Sven-Hendrik Haase
Date: Monday, March 31, 2014 @ 12:09:14
  Author: svenstaro
Revision: 209373

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/PKGBUILD
(from rev 209372, oxygen-icons/trunk/PKGBUILD)
Deleted:
  oxygen-icons/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-31 10:09:09 UTC (rev 209372)
+++ PKGBUILD2014-03-31 10:09:14 UTC (rev 209373)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=oxygen-icons
-pkgname=('oxygen-icons'
- 'oxygen-icons-svg')
-pkgver=4.12.4
-pkgrel=1
-pkgdesc=The Oxygen Icon Theme
-arch=('any')
-url='http://www.oxygen-icons.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('e6850d592aabc1bf4e14f23ad1cc5a6d791880bd')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_oxygen-icons() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
-}
-
-package_oxygen-icons-svg() {
-   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
-   cd $srcdir/${pkgbase}-${pkgver}
-   find scalable -type f ! -name '*.sh' -exec \
-   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
-}

Copied: oxygen-icons/repos/extra-any/PKGBUILD (from rev 209372, 
oxygen-icons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-31 10:09:14 UTC (rev 209373)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=4.12.4
+pkgrel=1
+pkgdesc=The Oxygen Icon Theme
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e6850d592aabc1bf4e14f23ad1cc5a6d791880bd')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_oxygen-icons() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+}
+
+package_oxygen-icons-svg() {
+   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
+   cd $srcdir/${pkgbase}-${pkgver}
+   find scalable -type f ! -name '*.sh' -exec \
+   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
+}



[arch-commits] Commit in oxygen-icons/repos/extra-any (PKGBUILD PKGBUILD)

2013-12-06 Thread Sven-Hendrik Haase
Date: Friday, December 6, 2013 @ 13:14:58
  Author: svenstaro
Revision: 200874

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/PKGBUILD
(from rev 200873, oxygen-icons/trunk/PKGBUILD)
Deleted:
  oxygen-icons/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-06 12:14:54 UTC (rev 200873)
+++ PKGBUILD2013-12-06 12:14:58 UTC (rev 200874)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=oxygen-icons
-pkgname=('oxygen-icons'
- 'oxygen-icons-svg')
-pkgver=4.11.3
-pkgrel=1
-pkgdesc=The Oxygen Icon Theme
-arch=('any')
-url='http://www.oxygen-icons.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('445a901428bb862318ac25d6404047b9e33798dc')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_oxygen-icons() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
-}
-
-package_oxygen-icons-svg() {
-   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
-   cd $srcdir/${pkgbase}-${pkgver}
-   find scalable -type f ! -name '*.sh' -exec \
-   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
-}

Copied: oxygen-icons/repos/extra-any/PKGBUILD (from rev 200873, 
oxygen-icons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-06 12:14:58 UTC (rev 200874)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=4.11.4
+pkgrel=1
+pkgdesc=The Oxygen Icon Theme
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('52350a2c230142b078dc5dfe95503ec82025c34d')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_oxygen-icons() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+}
+
+package_oxygen-icons-svg() {
+   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
+   cd $srcdir/${pkgbase}-${pkgver}
+   find scalable -type f ! -name '*.sh' -exec \
+   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
+}



[arch-commits] Commit in oxygen-icons/repos/extra-any (PKGBUILD PKGBUILD)

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 20:41:07
  Author: andrea
Revision: 198821

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/PKGBUILD
(from rev 198820, oxygen-icons/trunk/PKGBUILD)
Deleted:
  oxygen-icons/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-05 19:40:54 UTC (rev 198820)
+++ PKGBUILD2013-11-05 19:41:07 UTC (rev 198821)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=oxygen-icons
-pkgname=('oxygen-icons'
- 'oxygen-icons-svg')
-pkgver=4.11.2
-pkgrel=1
-pkgdesc=The Oxygen Icon Theme
-arch=('any')
-url='http://www.oxygen-icons.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c0a2fbcb7fc4ec9df78da5f1e11aa1d7d3e8e1e0')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_oxygen-icons() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
-}
-
-package_oxygen-icons-svg() {
-   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
-   cd $srcdir/${pkgbase}-${pkgver}
-   find scalable -type f ! -name '*.sh' -exec \
-   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
-}

Copied: oxygen-icons/repos/extra-any/PKGBUILD (from rev 198820, 
oxygen-icons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-05 19:41:07 UTC (rev 198821)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=4.11.3
+pkgrel=1
+pkgdesc=The Oxygen Icon Theme
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('445a901428bb862318ac25d6404047b9e33798dc')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_oxygen-icons() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+}
+
+package_oxygen-icons-svg() {
+   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
+   cd $srcdir/${pkgbase}-${pkgver}
+   find scalable -type f ! -name '*.sh' -exec \
+   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
+}



[arch-commits] Commit in oxygen-icons/repos/extra-any (PKGBUILD PKGBUILD)

2013-10-01 Thread Sven-Hendrik Haase
Date: Tuesday, October 1, 2013 @ 17:13:27
  Author: svenstaro
Revision: 195500

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/PKGBUILD
(from rev 195499, oxygen-icons/trunk/PKGBUILD)
Deleted:
  oxygen-icons/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-01 15:13:21 UTC (rev 195499)
+++ PKGBUILD2013-10-01 15:13:27 UTC (rev 195500)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=oxygen-icons
-pkgname=('oxygen-icons'
- 'oxygen-icons-svg')
-pkgver=4.11.1
-pkgrel=1
-pkgdesc=The Oxygen Icon Theme
-arch=('any')
-url='http://www.oxygen-icons.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('3c80c53eec1cb14b309d068be66775d9d8d7d38d')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_oxygen-icons() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
-}
-
-package_oxygen-icons-svg() {
-   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
-   cd $srcdir/${pkgbase}-${pkgver}
-   find scalable -type f ! -name '*.sh' -exec \
-   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
-}

Copied: oxygen-icons/repos/extra-any/PKGBUILD (from rev 195499, 
oxygen-icons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-01 15:13:27 UTC (rev 195500)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=4.11.2
+pkgrel=1
+pkgdesc=The Oxygen Icon Theme
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c0a2fbcb7fc4ec9df78da5f1e11aa1d7d3e8e1e0')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_oxygen-icons() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+}
+
+package_oxygen-icons-svg() {
+   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
+   cd $srcdir/${pkgbase}-${pkgver}
+   find scalable -type f ! -name '*.sh' -exec \
+   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
+}



[arch-commits] Commit in oxygen-icons/repos/extra-any (PKGBUILD PKGBUILD)

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:18:48
  Author: andrea
Revision: 194037

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/PKGBUILD
(from rev 194036, oxygen-icons/trunk/PKGBUILD)
Deleted:
  oxygen-icons/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-10 13:18:40 UTC (rev 194036)
+++ PKGBUILD2013-09-10 13:18:48 UTC (rev 194037)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=oxygen-icons
-pkgname=('oxygen-icons'
- 'oxygen-icons-svg')
-pkgver=4.11.0
-pkgrel=1
-pkgdesc=The Oxygen Icon Theme
-arch=('any')
-url='http://www.oxygen-icons.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('fa3e41fbc81edade54cec8798596bbca857fe7e9')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_oxygen-icons() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
-}
-
-package_oxygen-icons-svg() {
-   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
-   cd $srcdir/${pkgbase}-${pkgver}
-   find scalable -type f ! -name '*.sh' -exec \
-   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
-}

Copied: oxygen-icons/repos/extra-any/PKGBUILD (from rev 194036, 
oxygen-icons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-10 13:18:48 UTC (rev 194037)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=4.11.1
+pkgrel=1
+pkgdesc=The Oxygen Icon Theme
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('3c80c53eec1cb14b309d068be66775d9d8d7d38d')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_oxygen-icons() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+}
+
+package_oxygen-icons-svg() {
+   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
+   cd $srcdir/${pkgbase}-${pkgver}
+   find scalable -type f ! -name '*.sh' -exec \
+   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
+}



[arch-commits] Commit in oxygen-icons/repos/extra-any (PKGBUILD PKGBUILD)

2013-03-05 Thread Andrea Scarpino
Date: Tuesday, March 5, 2013 @ 16:20:54
  Author: andrea
Revision: 179328

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/PKGBUILD
(from rev 179327, oxygen-icons/trunk/PKGBUILD)
Deleted:
  oxygen-icons/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-05 15:20:39 UTC (rev 179327)
+++ PKGBUILD2013-03-05 15:20:54 UTC (rev 179328)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=oxygen-icons
-pkgname=('oxygen-icons'
- 'oxygen-icons-svg')
-pkgver=4.10.0
-pkgrel=1
-pkgdesc=The Oxygen Icon Theme
-arch=('any')
-url='http://www.oxygen-icons.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('e7f9b5fd8fe0e6f6f9c0d744424134497328e65e')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_oxygen-icons() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
-}
-
-package_oxygen-icons-svg() {
-   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
-   cd $srcdir/${pkgbase}-${pkgver}
-   find scalable -type f ! -name '*.sh' -exec \
-   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
-}

Copied: oxygen-icons/repos/extra-any/PKGBUILD (from rev 179327, 
oxygen-icons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-05 15:20:54 UTC (rev 179328)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=4.10.1
+pkgrel=1
+pkgdesc=The Oxygen Icon Theme
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ed5c73434bab1c710651117d63af049d4490375f')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_oxygen-icons() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+}
+
+package_oxygen-icons-svg() {
+   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
+   cd $srcdir/${pkgbase}-${pkgver}
+   find scalable -type f ! -name '*.sh' -exec \
+   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
+}



[arch-commits] Commit in oxygen-icons/repos/extra-any (PKGBUILD PKGBUILD)

2012-03-12 Thread Andrea Scarpino
Date: Monday, March 12, 2012 @ 05:01:05
  Author: andrea
Revision: 153064

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/PKGBUILD
(from rev 153062, oxygen-icons/trunk/PKGBUILD)
Deleted:
  oxygen-icons/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-03-12 09:01:03 UTC (rev 153063)
+++ PKGBUILD2012-03-12 09:01:05 UTC (rev 153064)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=oxygen-icons
-pkgname=('oxygen-icons'
- 'oxygen-icons-svg')
-pkgver=4.8.1
-pkgrel=1
-pkgdesc=The Oxygen Icon Theme
-arch=('any')
-url='http://www.oxygen-icons.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/xz/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('cce20fe134b49ef39175c95cd058cb144c134ec1')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_oxygen-icons() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
-}
-
-package_oxygen-icons-svg() {
-   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
-   cd $srcdir/${pkgbase}-${pkgver}
-   find scalable -type f ! -name '*.sh' -exec \
-   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
-}

Copied: oxygen-icons/repos/extra-any/PKGBUILD (from rev 153062, 
oxygen-icons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-03-12 09:01:05 UTC (rev 153064)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=4.8.1
+pkgrel=1
+pkgdesc=The Oxygen Icon Theme
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('cce20fe134b49ef39175c95cd058cb144c134ec1')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_oxygen-icons() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+}
+
+package_oxygen-icons-svg() {
+   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
+   cd $srcdir/${pkgbase}-${pkgver}
+   find scalable -type f ! -name '*.sh' -exec \
+   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
+}



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2011-07-30 Thread Andrea Scarpino
Date: Saturday, July 30, 2011 @ 05:37:12
  Author: andrea
Revision: 133659

db-move: oxygen-icons removed by andrea for move to [extra] (any)

Deleted:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any testing-any)

2011-07-30 Thread Andrea Scarpino
Date: Saturday, July 30, 2011 @ 05:37:13
  Author: andrea
Revision: 133660

db-move: moved oxygen-icons from [testing] to [extra] (any)

Added:
  oxygen-icons/repos/extra-any/
Deleted:
  oxygen-icons/repos/testing-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2011-07-07 Thread Andrea Scarpino
Date: Thursday, July 7, 2011 @ 09:29:33
  Author: andrea
Revision: 130542

db-move: oxygen-icons removed by andrea for move to [extra] (any)

Deleted:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any staging-any)

2011-07-07 Thread Andrea Scarpino
Date: Thursday, July 7, 2011 @ 09:29:34
  Author: andrea
Revision: 130543

db-move: moved oxygen-icons from [staging] to [extra] (any)

Added:
  oxygen-icons/repos/extra-any/
Deleted:
  oxygen-icons/repos/staging-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2011-05-06 Thread Andrea Scarpino
Date: Friday, May 6, 2011 @ 04:56:34
  Author: andrea
Revision: 122739

archrelease: remove extra-any

Deleted:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2011-05-06 Thread Andrea Scarpino
Date: Friday, May 6, 2011 @ 04:56:50
  Author: andrea
Revision: 122740

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any staging-any)

2011-04-06 Thread Andrea Scarpino
Date: Wednesday, April 6, 2011 @ 08:19:26
  Author: andrea
Revision: 118287

db-move: moved oxygen-icons from [staging] to [extra] (any)

Added:
  oxygen-icons/repos/extra-any/
Deleted:
  oxygen-icons/repos/staging-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2011-04-06 Thread Andrea Scarpino
Date: Wednesday, April 6, 2011 @ 08:19:22
  Author: andrea
Revision: 118286

db-move: oxygen-icons removed by andrea for move to [extra] (any)

Deleted:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2011-03-04 Thread Andrea Scarpino
Date: Friday, March 4, 2011 @ 09:32:35
  Author: andrea
Revision: 112219

archrelease: remove extra-any

Deleted:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2011-03-04 Thread Andrea Scarpino
Date: Friday, March 4, 2011 @ 09:32:51
  Author: andrea
Revision: 112220

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2011-01-26 Thread Andrea Scarpino
Date: Wednesday, January 26, 2011 @ 17:26:37
  Author: andrea
Revision: 107655

archrelease: remove extra-any

Deleted:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2011-01-26 Thread Andrea Scarpino
Date: Wednesday, January 26, 2011 @ 17:26:51
  Author: andrea
Revision: 107656

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2011-01-26 Thread Andrea Scarpino
Date: Wednesday, January 26, 2011 @ 17:33:26
  Author: andrea
Revision: 107701

archrelease: remove extra-any

Deleted:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2011-01-26 Thread Andrea Scarpino
Date: Wednesday, January 26, 2011 @ 17:33:40
  Author: andrea
Revision: 107703

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2011-01-07 Thread Andrea Scarpino
Date: Friday, January 7, 2011 @ 10:30:59
  Author: andrea
Revision: 105220

archrelease: remove extra-any

Deleted:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2011-01-07 Thread Andrea Scarpino
Date: Friday, January 7, 2011 @ 10:31:13
  Author: andrea
Revision: 105221

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2011-01-07 Thread Andrea Scarpino
Date: Friday, January 7, 2011 @ 10:42:26
  Author: andrea
Revision: 105264

archrelease: remove extra-any

Deleted:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2011-01-07 Thread Andrea Scarpino
Date: Friday, January 7, 2011 @ 10:42:48
  Author: andrea
Revision: 105265

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2010-12-02 Thread Andrea Scarpino
Date: Thursday, December 2, 2010 @ 06:32:16
  Author: andrea
Revision: 101825

archrelease: remove extra-any

Deleted:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2010-12-02 Thread Andrea Scarpino
Date: Thursday, December 2, 2010 @ 06:32:30
  Author: andrea
Revision: 101826

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2010-12-02 Thread Andrea Scarpino
Date: Thursday, December 2, 2010 @ 07:03:07
  Author: andrea
Revision: 101867

archrelease: remove extra-any

Deleted:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2010-12-02 Thread Andrea Scarpino
Date: Thursday, December 2, 2010 @ 07:03:20
  Author: andrea
Revision: 101868

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2010-11-03 Thread Andrea Scarpino
Date: Wednesday, November 3, 2010 @ 08:29:57
  Author: andrea
Revision: 98035

archrelease: remove extra-any

Deleted:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2010-11-03 Thread Andrea Scarpino
Date: Wednesday, November 3, 2010 @ 08:30:16
  Author: andrea
Revision: 98036

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2010-11-03 Thread Andrea Scarpino
Date: Wednesday, November 3, 2010 @ 08:37:22
  Author: andrea
Revision: 98077

archrelease: remove extra-any

Deleted:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2010-11-03 Thread Andrea Scarpino
Date: Wednesday, November 3, 2010 @ 08:37:38
  Author: andrea
Revision: 98078

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2010-10-04 Thread Andrea Scarpino
Date: Monday, October 4, 2010 @ 05:23:00
  Author: andrea
Revision: 93581

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2010-10-04 Thread Andrea Scarpino
Date: Monday, October 4, 2010 @ 05:22:37
  Author: andrea
Revision: 93580

archrelease: remove extra-any

Deleted:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2010-08-31 Thread Andrea Scarpino
Date: Tuesday, August 31, 2010 @ 08:52:26
  Author: andrea
Revision: 89356

archrelease: remove extra-any

Deleted:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2010-08-31 Thread Andrea Scarpino
Date: Tuesday, August 31, 2010 @ 08:54:12
  Author: andrea
Revision: 89361

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2010-08-24 Thread Ronald van Haren
Date: Tuesday, August 24, 2010 @ 15:32:01
  Author: ronald
Revision: 88825

db-move: oxygen-icons removed by ronald for move to [extra] (any)

Deleted:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any testing-any)

2010-08-24 Thread Ronald van Haren
Date: Tuesday, August 24, 2010 @ 15:32:02
  Author: ronald
Revision: 88826

db-move: moved oxygen-icons from [testing] to [extra] (any)

Added:
  oxygen-icons/repos/extra-any/
Deleted:
  oxygen-icons/repos/testing-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2010-06-29 Thread Andrea Scarpino
Date: Tuesday, June 29, 2010 @ 17:57:57
  Author: andrea
Revision: 84373

archrelease: remove extra-any

Deleted:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2010-06-29 Thread Andrea Scarpino
Date: Tuesday, June 29, 2010 @ 17:58:14
  Author: andrea
Revision: 84374

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2010-06-29 Thread Andrea Scarpino
Date: Tuesday, June 29, 2010 @ 18:04:29
  Author: andrea
Revision: 84417

archrelease: remove extra-any

Deleted:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2010-06-29 Thread Andrea Scarpino
Date: Tuesday, June 29, 2010 @ 18:04:45
  Author: andrea
Revision: 84418

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2010-06-02 Thread Ronald van Haren
Date: Wednesday, June 2, 2010 @ 06:49:12
  Author: ronald
Revision: 81712

archrelease: remove extra-any

Deleted:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2010-06-02 Thread Ronald van Haren
Date: Wednesday, June 2, 2010 @ 06:49:29
  Author: ronald
Revision: 81713

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2010-05-03 Thread Andrea Scarpino
Date: Monday, May 3, 2010 @ 20:35:24
  Author: andrea
Revision: 79415

archrelease: remove extra-any

Deleted:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2010-05-03 Thread Andrea Scarpino
Date: Monday, May 3, 2010 @ 20:35:40
  Author: andrea
Revision: 79416

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2010-05-03 Thread Andrea Scarpino
Date: Monday, May 3, 2010 @ 20:44:11
  Author: andrea
Revision: 79460

archrelease: remove extra-any

Deleted:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2010-05-03 Thread Andrea Scarpino
Date: Monday, May 3, 2010 @ 20:44:28
  Author: andrea
Revision: 79461

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2010-03-30 Thread Andrea Scarpino
Date: Tuesday, March 30, 2010 @ 13:42:18
  Author: andrea
Revision: 74269

archrelease: remove extra-any

Deleted:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2010-03-30 Thread Andrea Scarpino
Date: Tuesday, March 30, 2010 @ 13:42:36
  Author: andrea
Revision: 74270

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2010-03-02 Thread Pierre Schmitz
Date: Tuesday, March 2, 2010 @ 12:26:49
  Author: pierre
Revision: 70873

archrelease: remove extra-any

Deleted:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any)

2010-03-02 Thread Pierre Schmitz
Date: Tuesday, March 2, 2010 @ 12:27:05
  Author: pierre
Revision: 70874

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any testing-any)

2010-02-09 Thread Pierre Schmitz
Date: Tuesday, February 9, 2010 @ 03:43:38
  Author: pierre
Revision: 67883

db-move: moved oxygen-icons from [testing] to [extra] (any)

Added:
  oxygen-icons/repos/extra-any/
Deleted:
  oxygen-icons/repos/testing-any/



[arch-commits] Commit in oxygen-icons/repos (extra-any extra-any/PKGBUILD)

2009-11-30 Thread Andrea Scarpino
Date: Monday, November 30, 2009 @ 18:44:28
  Author: andrea
Revision: 60108

Merged revisions 59842 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/oxygen-icons/trunk


  r59842 | andrea | 2009-11-28 02:42:17 +0100 (Sat, 28 Nov 2009) | 1 line
  
  updated trunk PKGBUILDs to 4.3.4


Modified:
  oxygen-icons/repos/extra-any/ (properties)
  oxygen-icons/repos/extra-any/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Property changes on: oxygen-icons/repos/extra-any
___
Modified: svnmerge-integrated
   - /oxygen-icons/trunk:1-57878
   + /oxygen-icons/trunk:1-60107

Modified: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2009-11-30 23:40:21 UTC (rev 60107)
+++ extra-any/PKGBUILD  2009-11-30 23:44:28 UTC (rev 60108)
@@ -4,7 +4,7 @@
 pkgbase=oxygen-icons
 pkgname=('oxygen-icons'
  'oxygen-icons-svg')
-pkgver=4.3.3
+pkgver=4.3.4
 pkgrel=1
 pkgdesc=The Oxygen Icon Theme
 arch=('any')
@@ -12,7 +12,7 @@
 license=('LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('4eabdae208de4f9bb49e9049237adfa4')
+md5sums=('8029e49f68f38f808e4aff16e491c3cb')
 
 build() {
cd $srcdir



[arch-commits] Commit in oxygen-icons/repos (extra-any extra-any/PKGBUILD)

2009-11-02 Thread Pierre Schmitz
Date: Monday, November 2, 2009 @ 16:47:20
  Author: pierre
Revision: 57880

Merged revisions 56914 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/oxygen-icons/trunk


  r56914 | pierre | 2009-10-31 00:52:34 +0100 (Sa, 31 Okt 2009) | 1 line
  
  KDE 4.3.3 (try #1)


Modified:
  oxygen-icons/repos/extra-any/ (properties)
  oxygen-icons/repos/extra-any/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Property changes on: oxygen-icons/repos/extra-any
___
Modified: svnmerge-integrated
   - /oxygen-icons/trunk:1-54158
   + /oxygen-icons/trunk:1-57878

Modified: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2009-11-02 21:47:18 UTC (rev 57879)
+++ extra-any/PKGBUILD  2009-11-02 21:47:20 UTC (rev 57880)
@@ -4,7 +4,7 @@
 pkgbase=oxygen-icons
 pkgname=('oxygen-icons'
  'oxygen-icons-svg')
-pkgver=4.3.2
+pkgver=4.3.3
 pkgrel=1
 pkgdesc=The Oxygen Icon Theme
 arch=('any')
@@ -12,7 +12,7 @@
 license=('LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('6f5b700a65720f44d895a10049bbc05c')
+md5sums=('4eabdae208de4f9bb49e9049237adfa4')
 
 build() {
cd $srcdir