[arch-commits] Commit in (ttf-oxygen)

2016-10-06 Thread Antonio Rojas
Date: Thursday, October 6, 2016 @ 16:45:35
  Author: arojas
Revision: 277844

Dead upstream

Deleted:
  ttf-oxygen/


[arch-commits] Commit in ttf-oxygen/trunk (PKGBUILD)

2016-01-16 Thread Antonio Rojas
Date: Saturday, January 16, 2016 @ 10:47:26
  Author: arojas
Revision: 258354

Update URL (FS#47771)

Modified:
  ttf-oxygen/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-16 08:33:54 UTC (rev 258353)
+++ PKGBUILD2016-01-16 09:47:26 UTC (rev 258354)
@@ -8,7 +8,7 @@
 pkgver=5.4.3
 pkgrel=1
 pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
-url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+url='https://projects.kde.org/oxygen-fonts'
 arch=('i686' 'x86_64') # CMake files are arch-dependent
 license=('custom:OFL' 'GPL' 'custom:GPL+FE')
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')


[arch-commits] Commit in ttf-oxygen/repos (8 files)

2015-11-09 Thread Antonio Rojas
Date: Monday, November 9, 2015 @ 20:56:07
  Author: arojas
Revision: 250253

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  ttf-oxygen/repos/extra-i686/PKGBUILD
(from rev 250252, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/extra-i686/ttf-oxygen.install
(from rev 250252, ttf-oxygen/trunk/ttf-oxygen.install)
  ttf-oxygen/repos/extra-x86_64/PKGBUILD
(from rev 250252, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/extra-x86_64/ttf-oxygen.install
(from rev 250252, ttf-oxygen/trunk/ttf-oxygen.install)
Deleted:
  ttf-oxygen/repos/extra-i686/PKGBUILD
  ttf-oxygen/repos/extra-i686/ttf-oxygen.install
  ttf-oxygen/repos/extra-x86_64/PKGBUILD
  ttf-oxygen/repos/extra-x86_64/ttf-oxygen.install

-+
 /PKGBUILD   |   96 ++
 /ttf-oxygen.install |   30 +++
 extra-i686/PKGBUILD |   48 ---
 extra-i686/ttf-oxygen.install   |   15 -
 extra-x86_64/PKGBUILD   |   48 ---
 extra-x86_64/ttf-oxygen.install |   15 -
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-09 19:53:30 UTC (rev 250252)
+++ extra-i686/PKGBUILD 2015-11-09 19:56:07 UTC (rev 250253)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=ttf-oxygen
-epoch=1
-pkgver=5.4.2
-pkgrel=1
-pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
-url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
-arch=('i686' 'x86_64') # CMake files are arch-dependent
-license=('custom:OFL' 'GPL' 'custom:GPL+FE')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
-provides=('ttf-font')
-options=('!emptydirs')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
-md5sums=('25bc526b21e9a0472e94a73b5f2d7d83')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../oxygen-fonts-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  # Fix install path
-  install -d "${pkgdir}"/usr/share/fonts/TTF
-  mv "${pkgdir}"/usr/share/fonts/truetype/oxygen/*.ttf \
-"${pkgdir}"/usr/share/fonts/TTF/
-
-  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
-"${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: ttf-oxygen/repos/extra-i686/PKGBUILD (from rev 250252, 
ttf-oxygen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-09 19:56:07 UTC (rev 250253)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.4.3
+pkgrel=1
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('i686' 'x86_64') # CMake files are arch-dependent
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+options=('!emptydirs')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('8d8ab61a65642a18a40de9f3945ce584')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # Fix install path
+  install -d "${pkgdir}"/usr/share/fonts/TTF
+  mv "${pkgdir}"/usr/share/fonts/truetype/oxygen/*.ttf \
+"${pkgdir}"/usr/share/fonts/TTF/
+
+  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 "${srcdir}"/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: extra-i686/ttf-oxygen.install
===
--- extra-i686/ttf-oxygen.install   2015-11-09 19:53:30 UTC (rev 250252)
+++ extra-i686/ttf-oxygen.install   2015-11-09 19:56:07 UTC (rev 250253)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n "Updating font 

[arch-commits] Commit in ttf-oxygen/repos (8 files)

2015-10-06 Thread Antonio Rojas
Date: Tuesday, October 6, 2015 @ 08:42:34
  Author: arojas
Revision: 248385

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  ttf-oxygen/repos/extra-i686/PKGBUILD
(from rev 248384, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/extra-i686/ttf-oxygen.install
(from rev 248384, ttf-oxygen/trunk/ttf-oxygen.install)
  ttf-oxygen/repos/extra-x86_64/PKGBUILD
(from rev 248384, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/extra-x86_64/ttf-oxygen.install
(from rev 248384, ttf-oxygen/trunk/ttf-oxygen.install)
Deleted:
  ttf-oxygen/repos/extra-i686/PKGBUILD
  ttf-oxygen/repos/extra-i686/ttf-oxygen.install
  ttf-oxygen/repos/extra-x86_64/PKGBUILD
  ttf-oxygen/repos/extra-x86_64/ttf-oxygen.install

-+
 /PKGBUILD   |   96 ++
 /ttf-oxygen.install |   30 +++
 extra-i686/PKGBUILD |   48 ---
 extra-i686/ttf-oxygen.install   |   15 -
 extra-x86_64/PKGBUILD   |   48 ---
 extra-x86_64/ttf-oxygen.install |   15 -
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-06 06:36:24 UTC (rev 248384)
+++ extra-i686/PKGBUILD 2015-10-06 06:42:34 UTC (rev 248385)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=ttf-oxygen
-epoch=1
-pkgver=5.4.1
-pkgrel=1
-pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
-url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
-arch=('i686' 'x86_64') # CMake files are arch-dependent
-license=('custom:OFL' 'GPL' 'custom:GPL+FE')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
-provides=('ttf-font')
-options=('!emptydirs')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
-md5sums=('88522f2478fdff511e02102861dab620')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../oxygen-fonts-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  # Fix install path
-  install -d "${pkgdir}"/usr/share/fonts/TTF
-  mv "${pkgdir}"/usr/share/fonts/truetype/oxygen/*.ttf \
-"${pkgdir}"/usr/share/fonts/TTF/
-
-  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
-"${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: ttf-oxygen/repos/extra-i686/PKGBUILD (from rev 248384, 
ttf-oxygen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-06 06:42:34 UTC (rev 248385)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.4.2
+pkgrel=1
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('i686' 'x86_64') # CMake files are arch-dependent
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+options=('!emptydirs')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('25bc526b21e9a0472e94a73b5f2d7d83')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # Fix install path
+  install -d "${pkgdir}"/usr/share/fonts/TTF
+  mv "${pkgdir}"/usr/share/fonts/truetype/oxygen/*.ttf \
+"${pkgdir}"/usr/share/fonts/TTF/
+
+  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 "${srcdir}"/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: extra-i686/ttf-oxygen.install
===
--- extra-i686/ttf-oxygen.install   2015-10-06 06:36:24 UTC (rev 248384)
+++ extra-i686/ttf-oxygen.install   2015-10-06 06:42:34 UTC (rev 248385)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n "Updating font 

[arch-commits] Commit in ttf-oxygen/repos (6 files)

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 16:51:52
  Author: fyan
Revision: 245530

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  ttf-oxygen/repos/testing-i686/
  ttf-oxygen/repos/testing-i686/PKGBUILD
(from rev 245529, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/testing-i686/ttf-oxygen.install
(from rev 245529, ttf-oxygen/trunk/ttf-oxygen.install)
  ttf-oxygen/repos/testing-x86_64/
  ttf-oxygen/repos/testing-x86_64/PKGBUILD
(from rev 245529, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/testing-x86_64/ttf-oxygen.install
(from rev 245529, ttf-oxygen/trunk/ttf-oxygen.install)

---+
 testing-i686/PKGBUILD |   48 
 testing-i686/ttf-oxygen.install   |   15 +++
 testing-x86_64/PKGBUILD   |   48 
 testing-x86_64/ttf-oxygen.install |   15 +++
 4 files changed, 126 insertions(+)

Copied: ttf-oxygen/repos/testing-i686/PKGBUILD (from rev 245529, 
ttf-oxygen/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 14:51:52 UTC (rev 245530)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('i686' 'x86_64') # CMake files are arch-dependent
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+options=('!emptydirs')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('88522f2478fdff511e02102861dab620')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # Fix install path
+  install -d "${pkgdir}"/usr/share/fonts/TTF
+  mv "${pkgdir}"/usr/share/fonts/truetype/oxygen/*.ttf \
+"${pkgdir}"/usr/share/fonts/TTF/
+
+  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 "${srcdir}"/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+}

Copied: ttf-oxygen/repos/testing-i686/ttf-oxygen.install (from rev 245529, 
ttf-oxygen/trunk/ttf-oxygen.install)
===
--- testing-i686/ttf-oxygen.install (rev 0)
+++ testing-i686/ttf-oxygen.install 2015-09-08 14:51:52 UTC (rev 245530)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n "Updating font cache... "
+  fc-cache -s
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo "done."
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: ttf-oxygen/repos/testing-x86_64/PKGBUILD (from rev 245529, 
ttf-oxygen/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 14:51:52 UTC (rev 245530)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('i686' 'x86_64') # CMake files are arch-dependent
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+options=('!emptydirs')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('88522f2478fdff511e02102861dab620')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # Fix install path
+  install -d "${pkgdir}"/usr/share/fonts/TTF
+  mv "${pkgdir}"/usr/share/fonts/truetype/oxygen/*.ttf \
+"${pkgdir}"/usr/share/fonts/TTF/
+
+  install -d 

[arch-commits] Commit in ttf-oxygen/trunk (PKGBUILD)

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 16:51:27
  Author: fyan
Revision: 245529

upgpkg: ttf-oxygen 1:5.4.1-1

Modified:
  ttf-oxygen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 14:04:23 UTC (rev 245528)
+++ PKGBUILD2015-09-08 14:51:27 UTC (rev 245529)
@@ -5,7 +5,7 @@
 
 pkgname=ttf-oxygen
 epoch=1
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
 url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
@@ -17,7 +17,7 @@
 options=('!emptydirs')
 install=${pkgname}.install
 
source=("http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
-md5sums=('b95d1968d0588fdeaf9cec38523d915a')
+md5sums=('88522f2478fdff511e02102861dab620')
 
 prepare() {
   mkdir build


[arch-commits] Commit in ttf-oxygen/repos (8 files)

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:15:55
  Author: arojas
Revision: 244771

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  ttf-oxygen/repos/kde-unstable-i686/PKGBUILD
(from rev 244770, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/kde-unstable-i686/ttf-oxygen.install
(from rev 244770, ttf-oxygen/trunk/ttf-oxygen.install)
  ttf-oxygen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244770, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/kde-unstable-x86_64/ttf-oxygen.install
(from rev 244770, ttf-oxygen/trunk/ttf-oxygen.install)
Deleted:
  ttf-oxygen/repos/kde-unstable-i686/PKGBUILD
  ttf-oxygen/repos/kde-unstable-i686/ttf-oxygen.install
  ttf-oxygen/repos/kde-unstable-x86_64/PKGBUILD
  ttf-oxygen/repos/kde-unstable-x86_64/ttf-oxygen.install

+
 /PKGBUILD  |   96 +++
 /ttf-oxygen.install|   30 +
 kde-unstable-i686/PKGBUILD |   48 ---
 kde-unstable-i686/ttf-oxygen.install   |   15 
 kde-unstable-x86_64/PKGBUILD   |   48 ---
 kde-unstable-x86_64/ttf-oxygen.install |   15 
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-24 19:32:59 UTC (rev 244770)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:15:55 UTC (rev 244771)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=ttf-oxygen
-epoch=1
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
-url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
-arch=('i686' 'x86_64') # CMake files are arch-dependent
-license=('custom:OFL' 'GPL' 'custom:GPL+FE')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
-provides=('ttf-font')
-options=('!emptydirs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
-md5sums=('21766bf9ce54c8afcf789498093bdabb')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../oxygen-fonts-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  # Fix install path
-  install -d ${pkgdir}/usr/share/fonts/TTF
-  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
-${pkgdir}/usr/share/fonts/TTF/
-
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
-${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: ttf-oxygen/repos/kde-unstable-i686/PKGBUILD (from rev 244770, 
ttf-oxygen/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:15:55 UTC (rev 244771)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('i686' 'x86_64') # CMake files are arch-dependent
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+options=('!emptydirs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('b95d1968d0588fdeaf9cec38523d915a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix install path
+  install -d ${pkgdir}/usr/share/fonts/TTF
+  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
+${pkgdir}/usr/share/fonts/TTF/
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: kde-unstable-i686/ttf-oxygen.install
===
--- kde-unstable-i686/ttf-oxygen.install2015-08-24 19:32:59 UTC (rev 
244770)
+++ 

[arch-commits] Commit in ttf-oxygen/repos (8 files)

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:46:26
  Author: arojas
Revision: 244777

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  ttf-oxygen/repos/kde-unstable-i686/PKGBUILD
(from rev 244776, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/kde-unstable-i686/ttf-oxygen.install
(from rev 244776, ttf-oxygen/trunk/ttf-oxygen.install)
  ttf-oxygen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244776, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/kde-unstable-x86_64/ttf-oxygen.install
(from rev 244776, ttf-oxygen/trunk/ttf-oxygen.install)
Deleted:
  ttf-oxygen/repos/kde-unstable-i686/PKGBUILD
  ttf-oxygen/repos/kde-unstable-i686/ttf-oxygen.install
  ttf-oxygen/repos/kde-unstable-x86_64/PKGBUILD
  ttf-oxygen/repos/kde-unstable-x86_64/ttf-oxygen.install

+
 /PKGBUILD  |   96 +++
 /ttf-oxygen.install|   30 +
 kde-unstable-i686/PKGBUILD |   48 ---
 kde-unstable-i686/ttf-oxygen.install   |   15 
 kde-unstable-x86_64/PKGBUILD   |   48 ---
 kde-unstable-x86_64/ttf-oxygen.install |   15 
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-25 06:17:59 UTC (rev 244776)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:46:26 UTC (rev 244777)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=ttf-oxygen
-epoch=1
-pkgver=5.4.0
-pkgrel=1
-pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
-url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
-arch=('i686' 'x86_64') # CMake files are arch-dependent
-license=('custom:OFL' 'GPL' 'custom:GPL+FE')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
-provides=('ttf-font')
-options=('!emptydirs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
-md5sums=('b95d1968d0588fdeaf9cec38523d915a')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../oxygen-fonts-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  # Fix install path
-  install -d ${pkgdir}/usr/share/fonts/TTF
-  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
-${pkgdir}/usr/share/fonts/TTF/
-
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
-${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: ttf-oxygen/repos/kde-unstable-i686/PKGBUILD (from rev 244776, 
ttf-oxygen/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:46:26 UTC (rev 244777)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('i686' 'x86_64') # CMake files are arch-dependent
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+options=('!emptydirs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('b95d1968d0588fdeaf9cec38523d915a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix install path
+  install -d ${pkgdir}/usr/share/fonts/TTF
+  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
+${pkgdir}/usr/share/fonts/TTF/
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: kde-unstable-i686/ttf-oxygen.install
===
--- kde-unstable-i686/ttf-oxygen.install2015-08-25 06:17:59 UTC (rev 
244776)
+++ 

[arch-commits] Commit in ttf-oxygen/repos (6 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:36:03
  Author: arojas
Revision: 243635

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  ttf-oxygen/repos/kde-unstable-i686/
  ttf-oxygen/repos/kde-unstable-i686/PKGBUILD
(from rev 243634, ttf-oxygen/kde-unstable/PKGBUILD)
  ttf-oxygen/repos/kde-unstable-i686/ttf-oxygen.install
(from rev 243634, ttf-oxygen/kde-unstable/ttf-oxygen.install)
  ttf-oxygen/repos/kde-unstable-x86_64/
  ttf-oxygen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243634, ttf-oxygen/kde-unstable/PKGBUILD)
  ttf-oxygen/repos/kde-unstable-x86_64/ttf-oxygen.install
(from rev 243634, ttf-oxygen/kde-unstable/ttf-oxygen.install)

+
 kde-unstable-i686/PKGBUILD |   48 +++
 kde-unstable-i686/ttf-oxygen.install   |   15 +
 kde-unstable-x86_64/PKGBUILD   |   48 +++
 kde-unstable-x86_64/ttf-oxygen.install |   15 +
 4 files changed, 126 insertions(+)

Copied: ttf-oxygen/repos/kde-unstable-i686/PKGBUILD (from rev 243634, 
ttf-oxygen/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 06:36:03 UTC (rev 243635)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('i686' 'x86_64') # CMake files are arch-dependent
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+options=('!emptydirs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('21766bf9ce54c8afcf789498093bdabb')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix install path
+  install -d ${pkgdir}/usr/share/fonts/TTF
+  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
+${pkgdir}/usr/share/fonts/TTF/
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Copied: ttf-oxygen/repos/kde-unstable-i686/ttf-oxygen.install (from rev 243634, 
ttf-oxygen/kde-unstable/ttf-oxygen.install)
===
--- kde-unstable-i686/ttf-oxygen.install(rev 0)
+++ kde-unstable-i686/ttf-oxygen.install2015-08-14 06:36:03 UTC (rev 
243635)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -s
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: ttf-oxygen/repos/kde-unstable-x86_64/PKGBUILD (from rev 243634, 
ttf-oxygen/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 06:36:03 UTC (rev 243635)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('i686' 'x86_64') # CMake files are arch-dependent
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+options=('!emptydirs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('21766bf9ce54c8afcf789498093bdabb')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix install path
+  install -d ${pkgdir}/usr/share/fonts/TTF

[arch-commits] Commit in ttf-oxygen/repos (8 files)

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 19:38:50
  Author: arojas
Revision: 241440

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  ttf-oxygen/repos/extra-i686/PKGBUILD
(from rev 241439, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/extra-i686/ttf-oxygen.install
(from rev 241439, ttf-oxygen/trunk/ttf-oxygen.install)
  ttf-oxygen/repos/extra-x86_64/PKGBUILD
(from rev 241439, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/extra-x86_64/ttf-oxygen.install
(from rev 241439, ttf-oxygen/trunk/ttf-oxygen.install)
Deleted:
  ttf-oxygen/repos/extra-i686/PKGBUILD
  ttf-oxygen/repos/extra-i686/ttf-oxygen.install
  ttf-oxygen/repos/extra-x86_64/PKGBUILD
  ttf-oxygen/repos/extra-x86_64/ttf-oxygen.install

-+
 /PKGBUILD   |   96 ++
 /ttf-oxygen.install |   30 +++
 extra-i686/PKGBUILD |   48 ---
 extra-i686/ttf-oxygen.install   |   15 -
 extra-x86_64/PKGBUILD   |   48 ---
 extra-x86_64/ttf-oxygen.install |   15 -
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 17:02:24 UTC (rev 241439)
+++ extra-i686/PKGBUILD 2015-06-30 17:38:50 UTC (rev 241440)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=ttf-oxygen
-epoch=1
-pkgver=5.3.1
-pkgrel=1
-pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
-url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
-arch=('i686' 'x86_64') # CMake files are arch-dependent
-license=('custom:OFL' 'GPL' 'custom:GPL+FE')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
-provides=('ttf-font')
-options=('!emptydirs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
-md5sums=('7ef184bdfadad09b81bf69006391c37a')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../oxygen-fonts-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  # Fix install path
-  install -d ${pkgdir}/usr/share/fonts/TTF
-  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
-${pkgdir}/usr/share/fonts/TTF/
-
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
-${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: ttf-oxygen/repos/extra-i686/PKGBUILD (from rev 241439, 
ttf-oxygen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 17:38:50 UTC (rev 241440)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.3.2
+pkgrel=1
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('i686' 'x86_64') # CMake files are arch-dependent
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+options=('!emptydirs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('64400527a9519e2992f1e10e9db4b966')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix install path
+  install -d ${pkgdir}/usr/share/fonts/TTF
+  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
+${pkgdir}/usr/share/fonts/TTF/
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: extra-i686/ttf-oxygen.install
===
--- extra-i686/ttf-oxygen.install   2015-06-30 17:02:24 UTC (rev 241439)
+++ extra-i686/ttf-oxygen.install   2015-06-30 17:38:50 UTC (rev 241440)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -s
-  mkfontscale 

[arch-commits] Commit in ttf-oxygen/repos (8 files)

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:38:02
  Author: arojas
Revision: 239762

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  ttf-oxygen/repos/extra-i686/PKGBUILD
(from rev 239761, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/extra-i686/ttf-oxygen.install
(from rev 239761, ttf-oxygen/trunk/ttf-oxygen.install)
  ttf-oxygen/repos/extra-x86_64/PKGBUILD
(from rev 239761, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/extra-x86_64/ttf-oxygen.install
(from rev 239761, ttf-oxygen/trunk/ttf-oxygen.install)
Deleted:
  ttf-oxygen/repos/extra-i686/PKGBUILD
  ttf-oxygen/repos/extra-i686/ttf-oxygen.install
  ttf-oxygen/repos/extra-x86_64/PKGBUILD
  ttf-oxygen/repos/extra-x86_64/ttf-oxygen.install

-+
 /PKGBUILD   |   96 ++
 /ttf-oxygen.install |   30 +++
 extra-i686/PKGBUILD |   48 ---
 extra-i686/ttf-oxygen.install   |   15 -
 extra-x86_64/PKGBUILD   |   48 ---
 extra-x86_64/ttf-oxygen.install |   15 -
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:37:06 UTC (rev 239761)
+++ extra-i686/PKGBUILD 2015-05-26 09:38:02 UTC (rev 239762)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=ttf-oxygen
-epoch=1
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
-url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
-arch=('i686' 'x86_64') # CMake files are arch-dependent
-license=('custom:OFL' 'GPL' 'custom:GPL+FE')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
-provides=('ttf-font')
-options=('!emptydirs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
-md5sums=('1899f95757694bf849ff0661797e09d2')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../oxygen-fonts-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  # Fix install path
-  install -d ${pkgdir}/usr/share/fonts/TTF
-  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
-${pkgdir}/usr/share/fonts/TTF/
-
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
-${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: ttf-oxygen/repos/extra-i686/PKGBUILD (from rev 239761, 
ttf-oxygen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:38:02 UTC (rev 239762)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('i686' 'x86_64') # CMake files are arch-dependent
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+options=('!emptydirs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('7ef184bdfadad09b81bf69006391c37a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix install path
+  install -d ${pkgdir}/usr/share/fonts/TTF
+  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
+${pkgdir}/usr/share/fonts/TTF/
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: extra-i686/ttf-oxygen.install
===
--- extra-i686/ttf-oxygen.install   2015-05-26 09:37:06 UTC (rev 239761)
+++ extra-i686/ttf-oxygen.install   2015-05-26 09:38:02 UTC (rev 239762)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -s
-  mkfontscale 

[arch-commits] Commit in ttf-oxygen/repos (6 files)

2015-05-10 Thread Antonio Rojas
Date: Sunday, May 10, 2015 @ 15:07:35
  Author: arojas
Revision: 238864

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  ttf-oxygen/repos/testing-i686/
  ttf-oxygen/repos/testing-i686/PKGBUILD
(from rev 238863, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/testing-i686/ttf-oxygen.install
(from rev 238863, ttf-oxygen/trunk/ttf-oxygen.install)
  ttf-oxygen/repos/testing-x86_64/
  ttf-oxygen/repos/testing-x86_64/PKGBUILD
(from rev 238863, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/testing-x86_64/ttf-oxygen.install
(from rev 238863, ttf-oxygen/trunk/ttf-oxygen.install)

---+
 testing-i686/PKGBUILD |   48 
 testing-i686/ttf-oxygen.install   |   15 +++
 testing-x86_64/PKGBUILD   |   48 
 testing-x86_64/ttf-oxygen.install |   15 +++
 4 files changed, 126 insertions(+)

Copied: ttf-oxygen/repos/testing-i686/PKGBUILD (from rev 238863, 
ttf-oxygen/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-10 13:07:35 UTC (rev 238864)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.3.0
+pkgrel=3
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('i686' 'x86_64') # CMake files are arch-dependent
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+options=('!emptydirs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('1899f95757694bf849ff0661797e09d2')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix install path
+  install -d ${pkgdir}/usr/share/fonts/TTF
+  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
+${pkgdir}/usr/share/fonts/TTF/
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Copied: ttf-oxygen/repos/testing-i686/ttf-oxygen.install (from rev 238863, 
ttf-oxygen/trunk/ttf-oxygen.install)
===
--- testing-i686/ttf-oxygen.install (rev 0)
+++ testing-i686/ttf-oxygen.install 2015-05-10 13:07:35 UTC (rev 238864)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -s
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: ttf-oxygen/repos/testing-x86_64/PKGBUILD (from rev 238863, 
ttf-oxygen/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-05-10 13:07:35 UTC (rev 238864)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.3.0
+pkgrel=3
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('i686' 'x86_64') # CMake files are arch-dependent
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+options=('!emptydirs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('1899f95757694bf849ff0661797e09d2')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix install path
+  install -d ${pkgdir}/usr/share/fonts/TTF
+  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
+${pkgdir}/usr/share/fonts/TTF/
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 

[arch-commits] Commit in ttf-oxygen/trunk (PKGBUILD)

2015-05-05 Thread Antonio Rojas
Date: Wednesday, May 6, 2015 @ 01:04:42
  Author: arojas
Revision: 238521

Generated CMake files are arch-dependent

Modified:
  ttf-oxygen/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-05 22:08:39 UTC (rev 238520)
+++ PKGBUILD2015-05-05 23:04:42 UTC (rev 238521)
@@ -1,15 +1,15 @@
 # $Id$
 # Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas nqn1976 @ gmail.com
+# Contributor: Antonio Rojas aro...@archlinux.org
 
 pkgname=ttf-oxygen
 epoch=1
 pkgver=5.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
 url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
-arch=('any')
+arch=('i686' 'x86_64') # CMake files are arch-dependent
 license=('custom:OFL' 'GPL' 'custom:GPL+FE')
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
 makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')


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

2015-05-05 Thread Antonio Rojas
Date: Wednesday, May 6, 2015 @ 01:05:39
  Author: arojas
Revision: 238523

Removed extra-any for ttf-oxygen

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


[arch-commits] Commit in ttf-oxygen/repos (6 files)

2015-05-05 Thread Antonio Rojas
Date: Wednesday, May 6, 2015 @ 01:05:35
  Author: arojas
Revision: 238522

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  ttf-oxygen/repos/extra-i686/
  ttf-oxygen/repos/extra-i686/PKGBUILD
(from rev 238521, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/extra-i686/ttf-oxygen.install
(from rev 238521, ttf-oxygen/trunk/ttf-oxygen.install)
  ttf-oxygen/repos/extra-x86_64/
  ttf-oxygen/repos/extra-x86_64/PKGBUILD
(from rev 238521, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/extra-x86_64/ttf-oxygen.install
(from rev 238521, ttf-oxygen/trunk/ttf-oxygen.install)

-+
 extra-i686/PKGBUILD |   48 ++
 extra-i686/ttf-oxygen.install   |   15 +++
 extra-x86_64/PKGBUILD   |   48 ++
 extra-x86_64/ttf-oxygen.install |   15 +++
 4 files changed, 126 insertions(+)

Copied: ttf-oxygen/repos/extra-i686/PKGBUILD (from rev 238521, 
ttf-oxygen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-05 23:05:35 UTC (rev 238522)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.3.0
+pkgrel=2
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('i686' 'x86_64') # CMake files are arch-dependent
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+options=('!emptydirs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('1899f95757694bf849ff0661797e09d2')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix install path
+  install -d ${pkgdir}/usr/share/fonts/TTF
+  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
+${pkgdir}/usr/share/fonts/TTF/
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Copied: ttf-oxygen/repos/extra-i686/ttf-oxygen.install (from rev 238521, 
ttf-oxygen/trunk/ttf-oxygen.install)
===
--- extra-i686/ttf-oxygen.install   (rev 0)
+++ extra-i686/ttf-oxygen.install   2015-05-05 23:05:35 UTC (rev 238522)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -s
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: ttf-oxygen/repos/extra-x86_64/PKGBUILD (from rev 238521, 
ttf-oxygen/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-05 23:05:35 UTC (rev 238522)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.3.0
+pkgrel=2
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('i686' 'x86_64') # CMake files are arch-dependent
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+options=('!emptydirs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('1899f95757694bf849ff0661797e09d2')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix install path
+  install -d ${pkgdir}/usr/share/fonts/TTF
+  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
+${pkgdir}/usr/share/fonts/TTF/
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 

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

2015-04-28 Thread Antonio Rojas
Date: Tuesday, April 28, 2015 @ 09:08:32
  Author: arojas
Revision: 238080

archrelease: copy trunk to testing-any

Added:
  ttf-oxygen/repos/testing-any/
  ttf-oxygen/repos/testing-any/PKGBUILD
(from rev 238079, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/testing-any/ttf-oxygen.install
(from rev 238079, ttf-oxygen/trunk/ttf-oxygen.install)

+
 PKGBUILD   |   48 
 ttf-oxygen.install |   15 +++
 2 files changed, 63 insertions(+)

Copied: ttf-oxygen/repos/testing-any/PKGBUILD (from rev 238079, 
ttf-oxygen/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-04-28 07:08:32 UTC (rev 238080)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas nqn1976 @ gmail.com
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('any')
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+options=('!emptydirs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('1899f95757694bf849ff0661797e09d2')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix install path
+  install -d ${pkgdir}/usr/share/fonts/TTF
+  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
+${pkgdir}/usr/share/fonts/TTF/
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Copied: ttf-oxygen/repos/testing-any/ttf-oxygen.install (from rev 238079, 
ttf-oxygen/trunk/ttf-oxygen.install)
===
--- testing-any/ttf-oxygen.install  (rev 0)
+++ testing-any/ttf-oxygen.install  2015-04-28 07:08:32 UTC (rev 238080)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -s
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2015-04-14 Thread Antonio Rojas
Date: Tuesday, April 14, 2015 @ 09:41:18
  Author: arojas
Revision: 236488

archrelease: copy kde-unstable to kde-unstable-any

Added:
  ttf-oxygen/repos/kde-unstable-any/
  ttf-oxygen/repos/kde-unstable-any/PKGBUILD
(from rev 236487, ttf-oxygen/kde-unstable/PKGBUILD)
  ttf-oxygen/repos/kde-unstable-any/ttf-oxygen.install
(from rev 236487, ttf-oxygen/kde-unstable/ttf-oxygen.install)

+
 PKGBUILD   |   48 
 ttf-oxygen.install |   15 +++
 2 files changed, 63 insertions(+)

Copied: ttf-oxygen/repos/kde-unstable-any/PKGBUILD (from rev 236487, 
ttf-oxygen/kde-unstable/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2015-04-14 07:41:18 UTC (rev 236488)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas nqn1976 @ gmail.com
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.2.95
+pkgrel=1
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('any')
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+options=('!emptydirs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('de6f40c6527b05020b71f9188ef5f254')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix install path
+  install -d ${pkgdir}/usr/share/fonts/TTF
+  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
+${pkgdir}/usr/share/fonts/TTF/
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Copied: ttf-oxygen/repos/kde-unstable-any/ttf-oxygen.install (from rev 236487, 
ttf-oxygen/kde-unstable/ttf-oxygen.install)
===
--- kde-unstable-any/ttf-oxygen.install (rev 0)
+++ kde-unstable-any/ttf-oxygen.install 2015-04-14 07:41:18 UTC (rev 236488)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -s
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


[arch-commits] Commit in ttf-oxygen/repos/extra-any (4 files)

2015-03-24 Thread Antonio Rojas
Date: Tuesday, March 24, 2015 @ 20:58:00
  Author: arojas
Revision: 234629

archrelease: copy trunk to extra-any

Added:
  ttf-oxygen/repos/extra-any/PKGBUILD
(from rev 234628, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/extra-any/ttf-oxygen.install
(from rev 234628, ttf-oxygen/trunk/ttf-oxygen.install)
Deleted:
  ttf-oxygen/repos/extra-any/PKGBUILD
  ttf-oxygen/repos/extra-any/ttf-oxygen.install

+
 PKGBUILD   |   96 +--
 ttf-oxygen.install |   30 +++
 2 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-24 19:46:46 UTC (rev 234628)
+++ PKGBUILD2015-03-24 19:58:00 UTC (rev 234629)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas nqn1976 @ gmail.com
-
-pkgname=ttf-oxygen
-epoch=1
-pkgver=5.2.1
-pkgrel=1
-pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
-url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
-arch=('any')
-license=('custom:OFL' 'GPL' 'custom:GPL+FE')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
-provides=('ttf-font')
-options=('!emptydirs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
-md5sums=('4cb29bfde4cf86946a893c66bb23dd38')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../oxygen-fonts-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  # Fix install path
-  install -d ${pkgdir}/usr/share/fonts/TTF
-  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
-${pkgdir}/usr/share/fonts/TTF/
-
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
-${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: ttf-oxygen/repos/extra-any/PKGBUILD (from rev 234628, 
ttf-oxygen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-24 19:58:00 UTC (rev 234629)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas nqn1976 @ gmail.com
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.2.2
+pkgrel=1
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('any')
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+options=('!emptydirs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('76d0d925bcc0b0df7475246914e2d47d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix install path
+  install -d ${pkgdir}/usr/share/fonts/TTF
+  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
+${pkgdir}/usr/share/fonts/TTF/
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: ttf-oxygen.install
===
--- ttf-oxygen.install  2015-03-24 19:46:46 UTC (rev 234628)
+++ ttf-oxygen.install  2015-03-24 19:58:00 UTC (rev 234629)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -s
-  mkfontscale /usr/share/fonts/TTF
-  mkfontdir /usr/share/fonts/TTF
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: ttf-oxygen/repos/extra-any/ttf-oxygen.install (from rev 234628, 
ttf-oxygen/trunk/ttf-oxygen.install)
===
--- ttf-oxygen.install  (rev 0)
+++ ttf-oxygen.install  2015-03-24 19:58:00 UTC (rev 234629)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -s
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


[arch-commits] Commit in ttf-oxygen/trunk (PKGBUILD)

2015-02-24 Thread Felix Yan
Date: Tuesday, February 24, 2015 @ 18:27:32
  Author: fyan
Revision: 231865

upgpkg: ttf-oxygen 1:5.2.1-1

Modified:
  ttf-oxygen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-24 17:27:08 UTC (rev 231864)
+++ PKGBUILD2015-02-24 17:27:32 UTC (rev 231865)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Antonio Rojas nqn1976 @ gmail.com
 
 pkgname=ttf-oxygen
 epoch=1
-pkgver=5.2.0
+pkgver=5.2.1
 pkgrel=1
 pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
 url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
@@ -16,7 +17,7 @@
 options=('!emptydirs')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
-md5sums=('4868641ea354177bca6873e7798398ad')
+md5sums=('4cb29bfde4cf86946a893c66bb23dd38')
 
 prepare() {
   mkdir build


[arch-commits] Commit in ttf-oxygen/repos/extra-any (4 files)

2015-01-27 Thread Andrea Scarpino
Date: Tuesday, January 27, 2015 @ 13:15:48
  Author: andrea
Revision: 230066

archrelease: copy trunk to extra-any

Added:
  ttf-oxygen/repos/extra-any/PKGBUILD
(from rev 230065, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/extra-any/ttf-oxygen.install
(from rev 230065, ttf-oxygen/trunk/ttf-oxygen.install)
Deleted:
  ttf-oxygen/repos/extra-any/PKGBUILD
  ttf-oxygen/repos/extra-any/ttf-oxygen.install

+
 PKGBUILD   |   93 +--
 ttf-oxygen.install |   30 
 2 files changed, 62 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-27 12:15:43 UTC (rev 230065)
+++ PKGBUILD2015-01-27 12:15:48 UTC (rev 230066)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas nqn1976 @ gmail.com
-
-pkgname=ttf-oxygen
-epoch=1
-pkgver=5.1.2
-pkgrel=2
-pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
-url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
-arch=('any')
-license=('custom:OFL' 'GPL' 'custom:GPL+FE')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
-provides=('ttf-font')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
-md5sums=('b16b4fb6e87f984fc6d5b61072fa8020')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../oxygen-fonts-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  # Fix install path
-  install -d ${pkgdir}/usr/share/fonts/TTF
-  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
-${pkgdir}/usr/share/fonts/TTF/
-
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
-${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: ttf-oxygen/repos/extra-any/PKGBUILD (from rev 230065, 
ttf-oxygen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-27 12:15:48 UTC (rev 230066)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas nqn1976 @ gmail.com
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.2.0
+pkgrel=1
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('any')
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+options=('!emptydirs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('4868641ea354177bca6873e7798398ad')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix install path
+  install -d ${pkgdir}/usr/share/fonts/TTF
+  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
+${pkgdir}/usr/share/fonts/TTF/
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: ttf-oxygen.install
===
--- ttf-oxygen.install  2015-01-27 12:15:43 UTC (rev 230065)
+++ ttf-oxygen.install  2015-01-27 12:15:48 UTC (rev 230066)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -s
-  mkfontscale /usr/share/fonts/truetype/oxygen
-  mkfontdir /usr/share/fonts/truetype/oxygen
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: ttf-oxygen/repos/extra-any/ttf-oxygen.install (from rev 230065, 
ttf-oxygen/trunk/ttf-oxygen.install)
===
--- ttf-oxygen.install  (rev 0)
+++ ttf-oxygen.install  2015-01-27 12:15:48 UTC (rev 230066)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -s
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


[arch-commits] Commit in ttf-oxygen/trunk (ttf-oxygen.install)

2015-01-27 Thread Andrea Scarpino
Date: Tuesday, January 27, 2015 @ 13:15:43
  Author: andrea
Revision: 230065

Fix fonts install scripts

Modified:
  ttf-oxygen/trunk/ttf-oxygen.install

+
 ttf-oxygen.install |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: ttf-oxygen.install
===
--- ttf-oxygen.install  2015-01-27 11:36:24 UTC (rev 230064)
+++ ttf-oxygen.install  2015-01-27 12:15:43 UTC (rev 230065)
@@ -1,8 +1,8 @@
 post_install() {
   echo -n Updating font cache... 
   fc-cache -s
-  mkfontscale /usr/share/fonts/truetype/oxygen
-  mkfontdir /usr/share/fonts/truetype/oxygen
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
   echo done.
 }
 


[arch-commits] Commit in ttf-oxygen/repos/extra-any (4 files)

2015-01-03 Thread Andrea Scarpino
Date: Saturday, January 3, 2015 @ 09:42:09
  Author: andrea
Revision: 228373

archrelease: copy trunk to extra-any

Added:
  ttf-oxygen/repos/extra-any/PKGBUILD
(from rev 228372, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/extra-any/ttf-oxygen.install
(from rev 228372, ttf-oxygen/trunk/ttf-oxygen.install)
Deleted:
  ttf-oxygen/repos/extra-any/PKGBUILD
  ttf-oxygen/repos/extra-any/ttf-oxygen.install

+
 PKGBUILD   |   86 +++
 ttf-oxygen.install |   30 -
 2 files changed, 61 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-03 08:42:04 UTC (rev 228372)
+++ PKGBUILD2015-01-03 08:42:09 UTC (rev 228373)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas nqn1976 @ gmail.com
-
-pkgname=ttf-oxygen
-epoch=1
-pkgver=5.1.2
-pkgrel=1
-pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
-url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
-arch=('any')
-license=('custom:OFL' 'GPL' 'custom:GPL+FE')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
-provides=('ttf-font')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
-md5sums=('b16b4fb6e87f984fc6d5b61072fa8020')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../oxygen-fonts-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
-${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: ttf-oxygen/repos/extra-any/PKGBUILD (from rev 228372, 
ttf-oxygen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-03 08:42:09 UTC (rev 228373)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas nqn1976 @ gmail.com
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.1.2
+pkgrel=2
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('any')
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('b16b4fb6e87f984fc6d5b61072fa8020')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix install path
+  install -d ${pkgdir}/usr/share/fonts/TTF
+  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
+${pkgdir}/usr/share/fonts/TTF/
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: ttf-oxygen.install
===
--- ttf-oxygen.install  2015-01-03 08:42:04 UTC (rev 228372)
+++ ttf-oxygen.install  2015-01-03 08:42:09 UTC (rev 228373)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f  /dev/null
-  mkfontscale /usr/share/fonts/truetype/oxygen
-  mkfontdir /usr/share/fonts/truetype/oxygen
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: ttf-oxygen/repos/extra-any/ttf-oxygen.install (from rev 228372, 
ttf-oxygen/trunk/ttf-oxygen.install)
===
--- ttf-oxygen.install  (rev 0)
+++ ttf-oxygen.install  2015-01-03 08:42:09 UTC (rev 228373)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -s
+  mkfontscale /usr/share/fonts/truetype/oxygen
+  mkfontdir /usr/share/fonts/truetype/oxygen
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


[arch-commits] Commit in ttf-oxygen/trunk (PKGBUILD ttf-oxygen.install)

2015-01-03 Thread Andrea Scarpino
Date: Saturday, January 3, 2015 @ 09:42:04
  Author: andrea
Revision: 228372

upgpkg: ttf-oxygen 1:5.1.2-2

Use fc-cache -s to speed up installation and fix install dir

Modified:
  ttf-oxygen/trunk/PKGBUILD
  ttf-oxygen/trunk/ttf-oxygen.install

+
 PKGBUILD   |   10 --
 ttf-oxygen.install |2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-03 07:10:59 UTC (rev 228371)
+++ PKGBUILD2015-01-03 08:42:04 UTC (rev 228372)
@@ -5,7 +5,7 @@
 pkgname=ttf-oxygen
 epoch=1
 pkgver=5.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
 url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
 arch=('any')
@@ -26,7 +26,8 @@
   cmake ../oxygen-fonts-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
   make
 }
 
@@ -34,6 +35,11 @@
   cd build
   make DESTDIR=${pkgdir} install
 
+  # Fix install path
+  install -d ${pkgdir}/usr/share/fonts/TTF
+  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
+${pkgdir}/usr/share/fonts/TTF/
+
   install -d ${pkgdir}/usr/share/licenses/${pkgname}
   install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
 ${pkgdir}/usr/share/licenses/${pkgname}

Modified: ttf-oxygen.install
===
--- ttf-oxygen.install  2015-01-03 07:10:59 UTC (rev 228371)
+++ ttf-oxygen.install  2015-01-03 08:42:04 UTC (rev 228372)
@@ -1,6 +1,6 @@
 post_install() {
   echo -n Updating font cache... 
-  fc-cache -f  /dev/null
+  fc-cache -s
   mkfontscale /usr/share/fonts/truetype/oxygen
   mkfontdir /usr/share/fonts/truetype/oxygen
   echo done.


[arch-commits] Commit in ttf-oxygen/repos/extra-any (4 files)

2014-12-16 Thread Andrea Scarpino
Date: Wednesday, December 17, 2014 @ 08:48:23
  Author: andrea
Revision: 227666

archrelease: copy trunk to extra-any

Added:
  ttf-oxygen/repos/extra-any/PKGBUILD
(from rev 227665, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/extra-any/ttf-oxygen.install
(from rev 227665, ttf-oxygen/trunk/ttf-oxygen.install)
Deleted:
  ttf-oxygen/repos/extra-any/PKGBUILD
  ttf-oxygen/repos/extra-any/ttf-oxygen.install

+
 PKGBUILD   |   80 +--
 ttf-oxygen.install |   30 +--
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-17 01:00:21 UTC (rev 227665)
+++ PKGBUILD2014-12-17 07:48:23 UTC (rev 227666)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas nqn1976 @ gmail.com
-
-pkgname=ttf-oxygen
-epoch=1
-pkgver=5.1.1
-pkgrel=1
-pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
-url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
-arch=('any')
-license=('custom:OFL' 'GPL' 'custom:GPL+FE')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
-provides=('ttf-font')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
-md5sums=('dd1edc7c711cc367264814ef57f34ab0')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../oxygen-fonts-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
-${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: ttf-oxygen/repos/extra-any/PKGBUILD (from rev 227665, 
ttf-oxygen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-17 07:48:23 UTC (rev 227666)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas nqn1976 @ gmail.com
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.1.2
+pkgrel=1
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('any')
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('b16b4fb6e87f984fc6d5b61072fa8020')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: ttf-oxygen.install
===
--- ttf-oxygen.install  2014-12-17 01:00:21 UTC (rev 227665)
+++ ttf-oxygen.install  2014-12-17 07:48:23 UTC (rev 227666)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f  /dev/null
-  mkfontscale /usr/share/fonts/truetype/oxygen
-  mkfontdir /usr/share/fonts/truetype/oxygen
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: ttf-oxygen/repos/extra-any/ttf-oxygen.install (from rev 227665, 
ttf-oxygen/trunk/ttf-oxygen.install)
===
--- ttf-oxygen.install  (rev 0)
+++ ttf-oxygen.install  2014-12-17 07:48:23 UTC (rev 227666)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -f  /dev/null
+  mkfontscale /usr/share/fonts/truetype/oxygen
+  mkfontdir /usr/share/fonts/truetype/oxygen
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


[arch-commits] Commit in ttf-oxygen/repos/extra-any (4 files)

2014-11-11 Thread Andrea Scarpino
Date: Tuesday, November 11, 2014 @ 09:22:24
  Author: andrea
Revision: 226019

archrelease: copy trunk to extra-any

Added:
  ttf-oxygen/repos/extra-any/PKGBUILD
(from rev 226018, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/extra-any/ttf-oxygen.install
(from rev 226018, ttf-oxygen/trunk/ttf-oxygen.install)
Deleted:
  ttf-oxygen/repos/extra-any/PKGBUILD
  ttf-oxygen/repos/extra-any/ttf-oxygen.install

+
 PKGBUILD   |   80 +--
 ttf-oxygen.install |   30 +--
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-11 04:08:05 UTC (rev 226018)
+++ PKGBUILD2014-11-11 08:22:24 UTC (rev 226019)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas nqn1976 @ gmail.com
-
-pkgname=ttf-oxygen
-epoch=1
-pkgver=5.1.0.1
-pkgrel=1
-pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
-arch=('any')
-license=('custom:OFL' 'GPL' 'custom:GPL+FE')
-url=https://projects.kde.org/projects/playground/artwork/oxygen-fonts;
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
-provides=('ttf-font')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/5.1.0/oxygen-fonts-${pkgver}.tar.xz;)
-md5sums=('50aa59f14aaf6ae96a3b6015e02c25b2')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../oxygen-fonts-5.1.0 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/oxygen-fonts-5.1.0/COPYING-{GPL+FE.txt,OFL} \
-${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: ttf-oxygen/repos/extra-any/PKGBUILD (from rev 226018, 
ttf-oxygen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-11 08:22:24 UTC (rev 226019)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas nqn1976 @ gmail.com
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.1.1
+pkgrel=1
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('any')
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('dd1edc7c711cc367264814ef57f34ab0')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: ttf-oxygen.install
===
--- ttf-oxygen.install  2014-11-11 04:08:05 UTC (rev 226018)
+++ ttf-oxygen.install  2014-11-11 08:22:24 UTC (rev 226019)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f  /dev/null
-  mkfontscale /usr/share/fonts/truetype/oxygen
-  mkfontdir /usr/share/fonts/truetype/oxygen
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: ttf-oxygen/repos/extra-any/ttf-oxygen.install (from rev 226018, 
ttf-oxygen/trunk/ttf-oxygen.install)
===
--- ttf-oxygen.install  (rev 0)
+++ ttf-oxygen.install  2014-11-11 08:22:24 UTC (rev 226019)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -f  /dev/null
+  mkfontscale /usr/share/fonts/truetype/oxygen
+  mkfontdir /usr/share/fonts/truetype/oxygen
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


[arch-commits] Commit in ttf-oxygen/trunk (PKGBUILD)

2014-10-15 Thread Andrea Scarpino
Date: Wednesday, October 15, 2014 @ 19:01:46
  Author: andrea
Revision: 224441

upgpkg: ttf-oxygen 1:5.1.0.1-1

Upstream release

Modified:
  ttf-oxygen/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 17:01:27 UTC (rev 224440)
+++ PKGBUILD2014-10-15 17:01:46 UTC (rev 224441)
@@ -4,8 +4,7 @@
 
 pkgname=ttf-oxygen
 epoch=1
-pkgver=0.4.0.1
-_plasmaver=5.0.1
+pkgver=5.1.0.1
 pkgrel=1
 pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
 arch=('any')
@@ -15,8 +14,8 @@
 makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
 provides=('ttf-font')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/${_plasmaver}/oxygen-fonts-${pkgver}.tar.xz;)
-md5sums=('06abc724bb0ca5614dc6dd66818b7003')
+source=(http://download.kde.org/stable/plasma/5.1.0/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('50aa59f14aaf6ae96a3b6015e02c25b2')
 
 prepare() {
   mkdir build
@@ -24,7 +23,7 @@
 
 build() {
   cd build
-  cmake ../oxygen-fonts-${pkgver} \
+  cmake ../oxygen-fonts-5.1.0 \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
 -DLIB_INSTALL_DIR=lib
@@ -36,6 +35,6 @@
   make DESTDIR=${pkgdir} install
 
   install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+  install -m644 ${srcdir}/oxygen-fonts-5.1.0/COPYING-{GPL+FE.txt,OFL} \
 ${pkgdir}/usr/share/licenses/${pkgname}
 }


[arch-commits] Commit in ttf-oxygen/repos/extra-any (4 files)

2014-10-15 Thread Andrea Scarpino
Date: Wednesday, October 15, 2014 @ 19:01:52
  Author: andrea
Revision: 224442

archrelease: copy trunk to extra-any

Added:
  ttf-oxygen/repos/extra-any/PKGBUILD
(from rev 224441, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/extra-any/ttf-oxygen.install
(from rev 224441, ttf-oxygen/trunk/ttf-oxygen.install)
Deleted:
  ttf-oxygen/repos/extra-any/PKGBUILD
  ttf-oxygen/repos/extra-any/ttf-oxygen.install

+
 PKGBUILD   |   81 +--
 ttf-oxygen.install |   30 +-
 2 files changed, 55 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-15 17:01:46 UTC (rev 224441)
+++ PKGBUILD2014-10-15 17:01:52 UTC (rev 224442)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas nqn1976 @ gmail.com
-
-pkgname=ttf-oxygen
-epoch=1
-pkgver=0.4.0.1
-_plasmaver=5.0.1
-pkgrel=1
-pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
-arch=('any')
-license=('custom:OFL' 'GPL' 'custom:GPL+FE')
-url=https://projects.kde.org/projects/playground/artwork/oxygen-fonts;
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
-provides=('ttf-font')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/${_plasmaver}/oxygen-fonts-${pkgver}.tar.xz;)
-md5sums=('06abc724bb0ca5614dc6dd66818b7003')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../oxygen-fonts-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
-${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: ttf-oxygen/repos/extra-any/PKGBUILD (from rev 224441, 
ttf-oxygen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-15 17:01:52 UTC (rev 224442)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas nqn1976 @ gmail.com
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.1.0.1
+pkgrel=1
+pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
+arch=('any')
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+url=https://projects.kde.org/projects/playground/artwork/oxygen-fonts;
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/5.1.0/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('50aa59f14aaf6ae96a3b6015e02c25b2')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-5.1.0 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-5.1.0/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: ttf-oxygen.install
===
--- ttf-oxygen.install  2014-10-15 17:01:46 UTC (rev 224441)
+++ ttf-oxygen.install  2014-10-15 17:01:52 UTC (rev 224442)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f  /dev/null
-  mkfontscale /usr/share/fonts/truetype/oxygen
-  mkfontdir /usr/share/fonts/truetype/oxygen
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: ttf-oxygen/repos/extra-any/ttf-oxygen.install (from rev 224441, 
ttf-oxygen/trunk/ttf-oxygen.install)
===
--- ttf-oxygen.install  (rev 0)
+++ ttf-oxygen.install  2014-10-15 17:01:52 UTC (rev 224442)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -f  /dev/null
+  mkfontscale /usr/share/fonts/truetype/oxygen
+  mkfontdir /usr/share/fonts/truetype/oxygen
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


[arch-commits] Commit in ttf-oxygen/repos/extra-any (4 files)

2014-08-23 Thread Andrea Scarpino
Date: Saturday, August 23, 2014 @ 09:28:43
  Author: andrea
Revision: 220581

archrelease: copy trunk to extra-any

Added:
  ttf-oxygen/repos/extra-any/PKGBUILD
(from rev 220580, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/extra-any/ttf-oxygen.install
(from rev 220580, ttf-oxygen/trunk/ttf-oxygen.install)
Deleted:
  ttf-oxygen/repos/extra-any/PKGBUILD
  ttf-oxygen/repos/extra-any/ttf-oxygen.install

+
 PKGBUILD   |   82 +--
 ttf-oxygen.install |   30 +-
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-23 07:28:37 UTC (rev 220580)
+++ PKGBUILD2014-08-23 07:28:43 UTC (rev 220581)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas nqn1976 @ gmail.com
-
-pkgname=ttf-oxygen
-epoch=1
-pkgver=0.4.0
-_plasmaver=5.0.0
-pkgrel=1
-pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
-arch=('any')
-license=('custom:OFL' 'GPL' 'custom:GPL+FE')
-url=https://projects.kde.org/projects/playground/artwork/oxygen-fonts;
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
-provides=('ttf-font')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/${_plasmaver}/oxygen-fonts-${pkgver}.tar.xz;)
-md5sums=('98ee96c3922fb07d5a847a4588deb30a')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../oxygen-fonts-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
-${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: ttf-oxygen/repos/extra-any/PKGBUILD (from rev 220580, 
ttf-oxygen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-23 07:28:43 UTC (rev 220581)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas nqn1976 @ gmail.com
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=0.4.0.1
+_plasmaver=5.0.1
+pkgrel=1
+pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
+arch=('any')
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+url=https://projects.kde.org/projects/playground/artwork/oxygen-fonts;
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${_plasmaver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('06abc724bb0ca5614dc6dd66818b7003')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: ttf-oxygen.install
===
--- ttf-oxygen.install  2014-08-23 07:28:37 UTC (rev 220580)
+++ ttf-oxygen.install  2014-08-23 07:28:43 UTC (rev 220581)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f  /dev/null
-  mkfontscale /usr/share/fonts/truetype/oxygen
-  mkfontdir /usr/share/fonts/truetype/oxygen
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: ttf-oxygen/repos/extra-any/ttf-oxygen.install (from rev 220580, 
ttf-oxygen/trunk/ttf-oxygen.install)
===
--- ttf-oxygen.install  (rev 0)
+++ ttf-oxygen.install  2014-08-23 07:28:43 UTC (rev 220581)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -f  /dev/null
+  mkfontscale /usr/share/fonts/truetype/oxygen
+  mkfontdir /usr/share/fonts/truetype/oxygen
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in ttf-oxygen/trunk (PKGBUILD)

2014-08-23 Thread Andrea Scarpino
Date: Saturday, August 23, 2014 @ 09:28:37
  Author: andrea
Revision: 220580

upgpkg: ttf-oxygen 1:0.4.0.1-1

Upstream release

Modified:
  ttf-oxygen/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-23 07:14:22 UTC (rev 220579)
+++ PKGBUILD2014-08-23 07:28:37 UTC (rev 220580)
@@ -4,8 +4,8 @@
 
 pkgname=ttf-oxygen
 epoch=1
-pkgver=0.4.0
-_plasmaver=5.0.0
+pkgver=0.4.0.1
+_plasmaver=5.0.1
 pkgrel=1
 pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
 arch=('any')
@@ -16,7 +16,7 @@
 provides=('ttf-font')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/plasma/${_plasmaver}/oxygen-fonts-${pkgver}.tar.xz;)
-md5sums=('98ee96c3922fb07d5a847a4588deb30a')
+md5sums=('06abc724bb0ca5614dc6dd66818b7003')
 
 prepare() {
   mkdir build



[arch-commits] Commit in ttf-oxygen/trunk (PKGBUILD)

2014-07-15 Thread Andrea Scarpino
Date: Tuesday, July 15, 2014 @ 21:06:06
  Author: andrea
Revision: 216907

upgpkg: ttf-oxygen 1:0.4.0-1

Upstream release

Modified:
  ttf-oxygen/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-15 13:26:36 UTC (rev 216906)
+++ PKGBUILD2014-07-15 19:06:06 UTC (rev 216907)
@@ -4,8 +4,8 @@
 
 pkgname=ttf-oxygen
 epoch=1
-pkgver=0.3.98
-_plasmaver=4.98.0
+pkgver=0.4.0
+_plasmaver=5.0.0
 pkgrel=1
 pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
 arch=('any')
@@ -14,9 +14,9 @@
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
 makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
 provides=('ttf-font')
-install=$pkgname.install
-source=(http://download.kde.org/unstable/plasma/$_plasmaver/src/oxygen-fonts-$pkgver.tar.xz;)
-md5sums=('8766c7e8d1ffe04559daeb8d1d84c4da')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${_plasmaver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('98ee96c3922fb07d5a847a4588deb30a')
 
 prepare() {
   mkdir build



[arch-commits] Commit in ttf-oxygen/repos/extra-any (4 files)

2014-07-15 Thread Andrea Scarpino
Date: Tuesday, July 15, 2014 @ 21:06:12
  Author: andrea
Revision: 216908

archrelease: copy trunk to extra-any

Added:
  ttf-oxygen/repos/extra-any/PKGBUILD
(from rev 216907, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/extra-any/ttf-oxygen.install
(from rev 216907, ttf-oxygen/trunk/ttf-oxygen.install)
Deleted:
  ttf-oxygen/repos/extra-any/PKGBUILD
  ttf-oxygen/repos/extra-any/ttf-oxygen.install

+
 PKGBUILD   |   82 +--
 ttf-oxygen.install |   30 +-
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-15 19:06:06 UTC (rev 216907)
+++ PKGBUILD2014-07-15 19:06:12 UTC (rev 216908)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas nqn1976 @ gmail.com
-
-pkgname=ttf-oxygen
-epoch=1
-pkgver=0.3.98
-_plasmaver=4.98.0
-pkgrel=1
-pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
-arch=('any')
-license=('custom:OFL' 'GPL' 'custom:GPL+FE')
-url=https://projects.kde.org/projects/playground/artwork/oxygen-fonts;
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
-provides=('ttf-font')
-install=$pkgname.install
-source=(http://download.kde.org/unstable/plasma/$_plasmaver/src/oxygen-fonts-$pkgver.tar.xz;)
-md5sums=('8766c7e8d1ffe04559daeb8d1d84c4da')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../oxygen-fonts-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
-${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: ttf-oxygen/repos/extra-any/PKGBUILD (from rev 216907, 
ttf-oxygen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-15 19:06:12 UTC (rev 216908)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas nqn1976 @ gmail.com
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=0.4.0
+_plasmaver=5.0.0
+pkgrel=1
+pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
+arch=('any')
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+url=https://projects.kde.org/projects/playground/artwork/oxygen-fonts;
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${_plasmaver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('98ee96c3922fb07d5a847a4588deb30a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: ttf-oxygen.install
===
--- ttf-oxygen.install  2014-07-15 19:06:06 UTC (rev 216907)
+++ ttf-oxygen.install  2014-07-15 19:06:12 UTC (rev 216908)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f  /dev/null
-  mkfontscale /usr/share/fonts/truetype/oxygen
-  mkfontdir /usr/share/fonts/truetype/oxygen
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: ttf-oxygen/repos/extra-any/ttf-oxygen.install (from rev 216907, 
ttf-oxygen/trunk/ttf-oxygen.install)
===
--- ttf-oxygen.install  (rev 0)
+++ ttf-oxygen.install  2014-07-15 19:06:12 UTC (rev 216908)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -f  /dev/null
+  mkfontscale /usr/share/fonts/truetype/oxygen
+  mkfontdir /usr/share/fonts/truetype/oxygen
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in ttf-oxygen/repos/extra-any (4 files)

2014-07-08 Thread Andrea Scarpino
Date: Tuesday, July 8, 2014 @ 21:07:54
  Author: andrea
Revision: 216724

archrelease: copy trunk to extra-any

Added:
  ttf-oxygen/repos/extra-any/PKGBUILD
(from rev 216723, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/extra-any/ttf-oxygen.install
(from rev 216723, ttf-oxygen/trunk/ttf-oxygen.install)
Deleted:
  ttf-oxygen/repos/extra-any/PKGBUILD
  ttf-oxygen/repos/extra-any/ttf-oxygen.install

+
 PKGBUILD   |   82 +--
 ttf-oxygen.install |   30 +-
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-08 19:07:48 UTC (rev 216723)
+++ PKGBUILD2014-07-08 19:07:54 UTC (rev 216724)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas nqn1976 @ gmail.com
-
-pkgname=ttf-oxygen
-epoch=1
-pkgver=0.3.97
-_plasmaver=4.97.0
-pkgrel=1
-pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
-arch=('any')
-license=('custom:OFL' 'GPL' 'custom:GPL+FE')
-url=https://projects.kde.org/projects/playground/artwork/oxygen-fonts;
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
-provides=('ttf-font')
-install=$pkgname.install
-source=(http://download.kde.org/unstable/plasma/$_plasmaver/src/oxygen-fonts-$pkgver.tar.xz;)
-md5sums=('1ecdc2af7be15425f76fa9b3308b85b5')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../oxygen-fonts-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
-${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: ttf-oxygen/repos/extra-any/PKGBUILD (from rev 216723, 
ttf-oxygen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-08 19:07:54 UTC (rev 216724)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas nqn1976 @ gmail.com
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=0.3.98
+_plasmaver=4.98.0
+pkgrel=1
+pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
+arch=('any')
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+url=https://projects.kde.org/projects/playground/artwork/oxygen-fonts;
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+install=$pkgname.install
+source=(http://download.kde.org/unstable/plasma/$_plasmaver/src/oxygen-fonts-$pkgver.tar.xz;)
+md5sums=('8766c7e8d1ffe04559daeb8d1d84c4da')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: ttf-oxygen.install
===
--- ttf-oxygen.install  2014-07-08 19:07:48 UTC (rev 216723)
+++ ttf-oxygen.install  2014-07-08 19:07:54 UTC (rev 216724)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f  /dev/null
-  mkfontscale /usr/share/fonts/truetype/oxygen
-  mkfontdir /usr/share/fonts/truetype/oxygen
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: ttf-oxygen/repos/extra-any/ttf-oxygen.install (from rev 216723, 
ttf-oxygen/trunk/ttf-oxygen.install)
===
--- ttf-oxygen.install  (rev 0)
+++ ttf-oxygen.install  2014-07-08 19:07:54 UTC (rev 216724)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -f  /dev/null
+  mkfontscale /usr/share/fonts/truetype/oxygen
+  mkfontdir /usr/share/fonts/truetype/oxygen
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in ttf-oxygen/trunk (PKGBUILD)

2014-07-08 Thread Andrea Scarpino
Date: Tuesday, July 8, 2014 @ 21:07:48
  Author: andrea
Revision: 216723

upgpkg: ttf-oxygen 1:0.3.98-1

Plasma Next RC

Modified:
  ttf-oxygen/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-08 19:05:01 UTC (rev 216722)
+++ PKGBUILD2014-07-08 19:07:48 UTC (rev 216723)
@@ -4,8 +4,8 @@
 
 pkgname=ttf-oxygen
 epoch=1
-pkgver=0.3.97
-_plasmaver=4.97.0
+pkgver=0.3.98
+_plasmaver=4.98.0
 pkgrel=1
 pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
 arch=('any')
@@ -16,7 +16,7 @@
 provides=('ttf-font')
 install=$pkgname.install
 
source=(http://download.kde.org/unstable/plasma/$_plasmaver/src/oxygen-fonts-$pkgver.tar.xz;)
-md5sums=('1ecdc2af7be15425f76fa9b3308b85b5')
+md5sums=('8766c7e8d1ffe04559daeb8d1d84c4da')
 
 prepare() {
   mkdir build



[arch-commits] Commit in ttf-oxygen/trunk (PKGBUILD)

2014-06-10 Thread Andrea Scarpino
Date: Wednesday, June 11, 2014 @ 00:47:40
  Author: andrea
Revision: 214963

upgpkg: ttf-oxygen 1:0.3.97-1

Upstream release

Modified:
  ttf-oxygen/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 22:45:50 UTC (rev 214962)
+++ PKGBUILD2014-06-10 22:47:40 UTC (rev 214963)
@@ -4,8 +4,8 @@
 
 pkgname=ttf-oxygen
 epoch=1
-pkgver=0.3.96
-_plasmaver=4.96.0
+pkgver=0.3.97
+_plasmaver=4.97.0
 pkgrel=1
 pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
 arch=('any')
@@ -16,7 +16,7 @@
 provides=('ttf-font')
 install=$pkgname.install
 
source=(http://download.kde.org/unstable/plasma/$_plasmaver/src/oxygen-fonts-$pkgver.tar.xz;)
-md5sums=('642f58a9d8dc99be50d421c468eeba6f')
+md5sums=('1ecdc2af7be15425f76fa9b3308b85b5')
 
 prepare() {
   mkdir build



[arch-commits] Commit in ttf-oxygen/repos/extra-any (4 files)

2014-06-10 Thread Andrea Scarpino
Date: Wednesday, June 11, 2014 @ 00:47:54
  Author: andrea
Revision: 214964

archrelease: copy trunk to extra-any

Added:
  ttf-oxygen/repos/extra-any/PKGBUILD
(from rev 214963, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/extra-any/ttf-oxygen.install
(from rev 214963, ttf-oxygen/trunk/ttf-oxygen.install)
Deleted:
  ttf-oxygen/repos/extra-any/PKGBUILD
  ttf-oxygen/repos/extra-any/ttf-oxygen.install

+
 PKGBUILD   |   82 +--
 ttf-oxygen.install |   30 +-
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-10 22:47:40 UTC (rev 214963)
+++ PKGBUILD2014-06-10 22:47:54 UTC (rev 214964)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas nqn1976 @ gmail.com
-
-pkgname=ttf-oxygen
-epoch=1
-pkgver=0.3.96
-_plasmaver=4.96.0
-pkgrel=1
-pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
-arch=('any')
-license=('custom:OFL' 'GPL' 'custom:GPL+FE')
-url=https://projects.kde.org/projects/playground/artwork/oxygen-fonts;
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
-provides=('ttf-font')
-install=$pkgname.install
-source=(http://download.kde.org/unstable/plasma/$_plasmaver/src/oxygen-fonts-$pkgver.tar.xz;)
-md5sums=('642f58a9d8dc99be50d421c468eeba6f')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../oxygen-fonts-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
-${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: ttf-oxygen/repos/extra-any/PKGBUILD (from rev 214963, 
ttf-oxygen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-10 22:47:54 UTC (rev 214964)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas nqn1976 @ gmail.com
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=0.3.97
+_plasmaver=4.97.0
+pkgrel=1
+pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
+arch=('any')
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+url=https://projects.kde.org/projects/playground/artwork/oxygen-fonts;
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+install=$pkgname.install
+source=(http://download.kde.org/unstable/plasma/$_plasmaver/src/oxygen-fonts-$pkgver.tar.xz;)
+md5sums=('1ecdc2af7be15425f76fa9b3308b85b5')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: ttf-oxygen.install
===
--- ttf-oxygen.install  2014-06-10 22:47:40 UTC (rev 214963)
+++ ttf-oxygen.install  2014-06-10 22:47:54 UTC (rev 214964)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f  /dev/null
-  mkfontscale /usr/share/fonts/truetype/oxygen
-  mkfontdir /usr/share/fonts/truetype/oxygen
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: ttf-oxygen/repos/extra-any/ttf-oxygen.install (from rev 214963, 
ttf-oxygen/trunk/ttf-oxygen.install)
===
--- ttf-oxygen.install  (rev 0)
+++ ttf-oxygen.install  2014-06-10 22:47:54 UTC (rev 214964)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -f  /dev/null
+  mkfontscale /usr/share/fonts/truetype/oxygen
+  mkfontdir /usr/share/fonts/truetype/oxygen
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2014-05-16 Thread Andrea Scarpino
Date: Saturday, May 17, 2014 @ 00:09:46
  Author: andrea
Revision: 212905

archrelease: copy trunk to kde-unstable-any

Added:
  ttf-oxygen/repos/kde-unstable-any/
  ttf-oxygen/repos/kde-unstable-any/PKGBUILD
(from rev 212904, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/kde-unstable-any/ttf-oxygen.install
(from rev 212904, ttf-oxygen/trunk/ttf-oxygen.install)

+
 PKGBUILD   |   41 +
 ttf-oxygen.install |   15 +++
 2 files changed, 56 insertions(+)

Copied: ttf-oxygen/repos/kde-unstable-any/PKGBUILD (from rev 212904, 
ttf-oxygen/trunk/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2014-05-16 22:09:46 UTC (rev 212905)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas nqn1976 @ gmail.com
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=0.3.96
+_plasmaver=4.96.0
+pkgrel=1
+pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
+arch=('any')
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+url=https://projects.kde.org/projects/playground/artwork/oxygen-fonts;
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+install=$pkgname.install
+source=(http://download.kde.org/unstable/plasma/$_plasmaver/src/oxygen-fonts-$pkgver.tar.xz;)
+md5sums=('642f58a9d8dc99be50d421c468eeba6f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Copied: ttf-oxygen/repos/kde-unstable-any/ttf-oxygen.install (from rev 212904, 
ttf-oxygen/trunk/ttf-oxygen.install)
===
--- kde-unstable-any/ttf-oxygen.install (rev 0)
+++ kde-unstable-any/ttf-oxygen.install 2014-05-16 22:09:46 UTC (rev 212905)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -f  /dev/null
+  mkfontscale /usr/share/fonts/truetype/oxygen
+  mkfontdir /usr/share/fonts/truetype/oxygen
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}