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

2022-06-12 Thread Antonio Rojas via arch-commits
Date: Sunday, June 12, 2022 @ 19:40:54
  Author: arojas
Revision: 448328

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/
  oxygen-icons/repos/testing-any/PKGBUILD
(from rev 448327, oxygen-icons/trunk/PKGBUILD)

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 448327, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2022-06-12 19:40:54 UTC (rev 448328)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=(oxygen-icons oxygen-icons-svg)
+pkgver=5.95.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=('2dd3114ff0d1d037684e237e3d90514bf3e48e893131f9972d7c7fa28ed723a5'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+build() {
+  cmake -B build -S ${pkgbase}5-$pkgver
+  cmake --build build
+}
+
+package_oxygen-icons() {
+  groups=(kf5)
+
+  DESTDIR="$pkgdir" cmake --install build
+}
+
+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 (testing-any testing-any/PKGBUILD)

2022-05-14 Thread Antonio Rojas via arch-commits
Date: Saturday, May 14, 2022 @ 11:07:07
  Author: arojas
Revision: 445536

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/
  oxygen-icons/repos/testing-any/PKGBUILD
(from rev 445535, oxygen-icons/trunk/PKGBUILD)

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 445535, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2022-05-14 11:07:07 UTC (rev 445536)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=(oxygen-icons oxygen-icons-svg)
+pkgver=5.94.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=('203d9dbc3fb783c8c31c3d3d59624e31b502a50beea31505dcc56d8c33fcd1d0'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+build() {
+  cmake -B build -S ${pkgbase}5-$pkgver
+  cmake --build build
+}
+
+package_oxygen-icons() {
+  groups=(kf5)
+
+  DESTDIR="$pkgdir" cmake --install build
+}
+
+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 (testing-any testing-any/PKGBUILD)

2022-04-09 Thread Antonio Rojas via arch-commits
Date: Saturday, April 9, 2022 @ 22:44:38
  Author: arojas
Revision: 442246

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/
  oxygen-icons/repos/testing-any/PKGBUILD
(from rev 442245, oxygen-icons/trunk/PKGBUILD)

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 442245, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2022-04-09 22:44:38 UTC (rev 442246)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=(oxygen-icons oxygen-icons-svg)
+pkgver=5.93.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=('734e3f44dc3be665350ac5de7f333ab954d3e3b65b691603b3647c353005'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+build() {
+  cmake -B build -S ${pkgbase}5-$pkgver
+  cmake --build build
+}
+
+package_oxygen-icons() {
+  groups=(kf5)
+
+  DESTDIR="$pkgdir" cmake --install build
+}
+
+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 (testing-any testing-any/PKGBUILD)

2022-03-13 Thread Antonio Rojas via arch-commits
Date: Sunday, March 13, 2022 @ 12:47:40
  Author: arojas
Revision: 439565

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/
  oxygen-icons/repos/testing-any/PKGBUILD
(from rev 439564, oxygen-icons/trunk/PKGBUILD)

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 439564, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2022-03-13 12:47:40 UTC (rev 439565)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=(oxygen-icons oxygen-icons-svg)
+pkgver=5.92.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=('ca88b03fdd961f9f8bfa449e1fe74e3ce66e11937be9a8f6d1569a46f6429ef1'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+build() {
+  cmake -B build -S ${pkgbase}5-$pkgver
+  cmake --build build
+}
+
+package_oxygen-icons() {
+  groups=(kf5)
+
+  DESTDIR="$pkgdir" cmake --install build
+}
+
+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 (testing-any testing-any/PKGBUILD)

2022-02-13 Thread Antonio Rojas via arch-commits
Date: Sunday, February 13, 2022 @ 18:50:09
  Author: arojas
Revision: 437164

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/
  oxygen-icons/repos/testing-any/PKGBUILD
(from rev 437163, oxygen-icons/trunk/PKGBUILD)

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 437163, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2022-02-13 18:50:09 UTC (rev 437164)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=(oxygen-icons oxygen-icons-svg)
+pkgver=5.91.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=('51713501fe067cd34d3c296bc2b891d62ed2e3c4f26ead36323f8adc3d157248'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+build() {
+  cmake -B build -S ${pkgbase}5-$pkgver
+  cmake --build build
+}
+
+package_oxygen-icons() {
+  groups=(kf5)
+
+  DESTDIR="$pkgdir" cmake --install build
+}
+
+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 (testing-any testing-any/PKGBUILD)

2022-01-08 Thread Antonio Rojas via arch-commits
Date: Saturday, January 8, 2022 @ 11:19:51
  Author: arojas
Revision: 433950

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/
  oxygen-icons/repos/testing-any/PKGBUILD
(from rev 433949, oxygen-icons/trunk/PKGBUILD)

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 433949, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2022-01-08 11:19:51 UTC (rev 433950)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=(oxygen-icons oxygen-icons-svg)
+pkgver=5.90.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=('2f747c4daf561306b25c347cb3a716bec32093ab8bd3e3ab8fbceed89981eec7'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+build() {
+  cmake -B build -S ${pkgbase}5-$pkgver
+  cmake --build build
+}
+
+package_oxygen-icons() {
+  groups=(kf5)
+
+  DESTDIR="$pkgdir" cmake --install build
+}
+
+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 (testing-any testing-any/PKGBUILD)

2021-11-13 Thread Antonio Rojas via arch-commits
Date: Saturday, November 13, 2021 @ 11:18:58
  Author: arojas
Revision: 428289

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/
  oxygen-icons/repos/testing-any/PKGBUILD
(from rev 428288, oxygen-icons/trunk/PKGBUILD)

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 428288, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2021-11-13 11:18:58 UTC (rev 428289)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=(oxygen-icons oxygen-icons-svg)
+pkgver=5.88.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=('b7e36ea83cf840dbbc7a0a9fe0528b64d96c764e0485ed5d6e0c5cbb3072f12f'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+build() {
+  cmake -B build -S ${pkgbase}5-$pkgver
+  cmake --build build
+}
+
+package_oxygen-icons() {
+  groups=(kf5)
+
+  DESTDIR="$pkgdir" cmake --install build
+}
+
+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 (testing-any testing-any/PKGBUILD)

2021-10-09 Thread Antonio Rojas via arch-commits
Date: Saturday, October 9, 2021 @ 20:38:00
  Author: arojas
Revision: 425606

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/
  oxygen-icons/repos/testing-any/PKGBUILD
(from rev 425605, oxygen-icons/trunk/PKGBUILD)

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 425605, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2021-10-09 20:38:00 UTC (rev 425606)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=(oxygen-icons oxygen-icons-svg)
+pkgver=5.87.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=('d50c6615f03e22fd1551137430fddcd38b6942aaf77570c765814e6baad8fd56'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+build() {
+  cmake -B build -S ${pkgbase}5-$pkgver
+  cmake --build build
+}
+
+package_oxygen-icons() {
+  groups=(kf5)
+
+  DESTDIR="$pkgdir" cmake --install build
+}
+
+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 (testing-any testing-any/PKGBUILD)

2021-09-11 Thread Antonio Rojas via arch-commits
Date: Saturday, September 11, 2021 @ 09:47:10
  Author: arojas
Revision: 423810

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/
  oxygen-icons/repos/testing-any/PKGBUILD
(from rev 423809, oxygen-icons/trunk/PKGBUILD)

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 423809, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2021-09-11 09:47:10 UTC (rev 423810)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=(oxygen-icons oxygen-icons-svg)
+pkgver=5.86.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=('a2acd0ae5fde26f4d9ac32c0e18ec48f99b881e91e35adfc75a0b01ab8e1f6d1'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+build() {
+  cmake -B build -S ${pkgbase}5-$pkgver
+  cmake --build build
+}
+
+package_oxygen-icons() {
+  groups=(kf5)
+
+  DESTDIR="$pkgdir" cmake --install build
+}
+
+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 (testing-any testing-any/PKGBUILD)

2021-08-14 Thread Antonio Rojas via arch-commits
Date: Saturday, August 14, 2021 @ 09:50:17
  Author: arojas
Revision: 422155

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/
  oxygen-icons/repos/testing-any/PKGBUILD
(from rev 422154, oxygen-icons/trunk/PKGBUILD)

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 422154, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2021-08-14 09:50:17 UTC (rev 422155)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=(oxygen-icons oxygen-icons-svg)
+pkgver=5.85.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=('cf107c6f94c97363356b18938f537ee1059ff0909557ba7d847dcf5aac19c145'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+build() {
+  cmake -B build -S ${pkgbase}5-$pkgver
+  cmake --build build
+}
+
+package_oxygen-icons() {
+  groups=(kf5)
+
+  DESTDIR="$pkgdir" cmake --install build
+}
+
+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 (testing-any testing-any/PKGBUILD)

2021-07-10 Thread Antonio Rojas via arch-commits
Date: Saturday, July 10, 2021 @ 07:58:37
  Author: arojas
Revision: 419490

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/
  oxygen-icons/repos/testing-any/PKGBUILD
(from rev 419489, oxygen-icons/trunk/PKGBUILD)

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 419489, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2021-07-10 07:58:37 UTC (rev 419490)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=(oxygen-icons oxygen-icons-svg)
+pkgver=5.84.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=('5490b90f39a7bd098380969ee89b3b3dc8f3c2f8b1ecb722a381e8bda960011a'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+build() {
+  cmake -B build -S ${pkgbase}5-$pkgver
+  cmake --build build
+}
+
+package_oxygen-icons() {
+  groups=(kf5)
+
+  DESTDIR="$pkgdir" cmake --install build
+}
+
+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 (testing-any testing-any/PKGBUILD)

2021-06-12 Thread Antonio Rojas via arch-commits
Date: Saturday, June 12, 2021 @ 20:44:16
  Author: arojas
Revision: 418085

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/
  oxygen-icons/repos/testing-any/PKGBUILD
(from rev 418084, oxygen-icons/trunk/PKGBUILD)

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 418084, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2021-06-12 20:44:16 UTC (rev 418085)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=(oxygen-icons oxygen-icons-svg)
+pkgver=5.83.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=('1789ad130213100745e2c8c27dd1d956d5d9b2b96f0f7f71b452a9cad746e610'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+build() {
+  cmake -B build -S ${pkgbase}5-$pkgver
+  cmake --build build
+}
+
+package_oxygen-icons() {
+  groups=(kf5)
+
+  DESTDIR="$pkgdir" cmake --install build
+}
+
+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 (testing-any testing-any/PKGBUILD)

2021-05-08 Thread Antonio Rojas via arch-commits
Date: Saturday, May 8, 2021 @ 12:17:09
  Author: arojas
Revision: 414717

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/
  oxygen-icons/repos/testing-any/PKGBUILD
(from rev 414716, oxygen-icons/trunk/PKGBUILD)

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 414716, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2021-05-08 12:17:09 UTC (rev 414717)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=(oxygen-icons oxygen-icons-svg)
+pkgver=5.82.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=('4c39277274b1b99c754e81957f5a244c797fea0942773aec1957bedef2337759'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+build() {
+  cmake -B build -S ${pkgbase}5-$pkgver
+  cmake --build build
+}
+
+package_oxygen-icons() {
+  groups=(kf5)
+
+  DESTDIR="$pkgdir" cmake --install build
+}
+
+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 (testing-any testing-any/PKGBUILD)

2021-04-10 Thread Antonio Rojas via arch-commits
Date: Saturday, April 10, 2021 @ 10:20:39
  Author: arojas
Revision: 412140

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/
  oxygen-icons/repos/testing-any/PKGBUILD
(from rev 412139, oxygen-icons/trunk/PKGBUILD)

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 412139, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2021-04-10 10:20:39 UTC (rev 412140)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=(oxygen-icons oxygen-icons-svg)
+pkgver=5.81.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=('1f9a1b5fb676eeb71b9180d6a4703dc25ce872019231464ca0cd709759dc0fe8'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+build() {
+  cmake -B build -S ${pkgbase}5-$pkgver
+  cmake --build build
+}
+
+package_oxygen-icons() {
+  groups=(kf5)
+
+  DESTDIR="$pkgdir" cmake --install build
+}
+
+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 (testing-any testing-any/PKGBUILD)

2021-03-13 Thread Antonio Rojas via arch-commits
Date: Saturday, March 13, 2021 @ 13:27:21
  Author: arojas
Revision: 409798

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/
  oxygen-icons/repos/testing-any/PKGBUILD
(from rev 409797, oxygen-icons/trunk/PKGBUILD)

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 409797, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2021-03-13 13:27:21 UTC (rev 409798)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=(oxygen-icons oxygen-icons-svg)
+pkgver=5.80.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=('35a97955b45f35244ca0d30433f3ad1e9348e9083f91e42d0e0198b6474ab84e'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+build() {
+  cmake -B build -S ${pkgbase}5-$pkgver
+  cmake --build build
+}
+
+package_oxygen-icons() {
+  groups=(kf5)
+
+  DESTDIR="$pkgdir" cmake --install build
+}
+
+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 (testing-any testing-any/PKGBUILD)

2021-02-13 Thread Antonio Rojas via arch-commits
Date: Saturday, February 13, 2021 @ 16:46:58
  Author: arojas
Revision: 407973

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/
  oxygen-icons/repos/testing-any/PKGBUILD
(from rev 407972, oxygen-icons/trunk/PKGBUILD)

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 407972, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2021-02-13 16:46:58 UTC (rev 407973)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=(oxygen-icons oxygen-icons-svg)
+pkgver=5.79.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=('5a63c5e40a7d9c3999b3d75734efe24ac3e57e23bc0f7b192ef70944494ed4c8'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+build() {
+  cmake -B build -S ${pkgbase}5-$pkgver
+  cmake --build build
+}
+
+package_oxygen-icons() {
+  groups=(kf5)
+
+  DESTDIR="$pkgdir" cmake --install build
+}
+
+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 (testing-any testing-any/PKGBUILD)

2021-01-09 Thread Antonio Rojas via arch-commits
Date: Saturday, January 9, 2021 @ 10:17:01
  Author: arojas
Revision: 405831

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/
  oxygen-icons/repos/testing-any/PKGBUILD
(from rev 405830, oxygen-icons/trunk/PKGBUILD)

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 405830, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2021-01-09 10:17:01 UTC (rev 405831)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=(oxygen-icons oxygen-icons-svg)
+pkgver=5.78.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=('29cf52784263001acb4942d77107963aa354d5e98538563e60ae679dcafbe3f6'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+build() {
+  cmake -B build -S ${pkgbase}5-$pkgver
+  cmake --build build
+}
+
+package_oxygen-icons() {
+  groups=(kf5)
+
+  DESTDIR="$pkgdir" cmake --install build
+}
+
+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/{} \;
+}