[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 (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 (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