[arch-commits] Commit in blinken/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Fri Mar 20 21:08:54 UTC 2015
Date: Friday, March 20, 2015 @ 22:08:54
Author: arojas
Revision: 234292
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
blinken/repos/kde-unstable-i686/PKGBUILD
(from rev 234291, blinken/kde-unstable/PKGBUILD)
blinken/repos/kde-unstable-i686/blinken.install
(from rev 234291, blinken/kde-unstable/blinken.install)
blinken/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234291, blinken/kde-unstable/PKGBUILD)
blinken/repos/kde-unstable-x86_64/blinken.install
(from rev 234291, blinken/kde-unstable/blinken.install)
Deleted:
blinken/repos/kde-unstable-i686/PKGBUILD
blinken/repos/kde-unstable-i686/blinken.install
blinken/repos/kde-unstable-x86_64/PKGBUILD
blinken/repos/kde-unstable-x86_64/blinken.install
-------------------------------------+
/PKGBUILD | 74 ++++++++++++++++++++++++++++++++++
/blinken.install | 24 +++++++++++
kde-unstable-i686/PKGBUILD | 37 -----------------
kde-unstable-i686/blinken.install | 12 -----
kde-unstable-x86_64/PKGBUILD | 37 -----------------
kde-unstable-x86_64/blinken.install | 12 -----
6 files changed, 98 insertions(+), 98 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2015-03-20 21:08:08 UTC (rev 234291)
+++ kde-unstable-i686/PKGBUILD 2015-03-20 21:08:54 UTC (rev 234292)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=blinken
-pkgver=15.03.90
-pkgrel=1
-pkgdesc="Memory Enhancement Game"
-url="http://kde.org/applications/education/blinken/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kxmlgui' 'phonon-qt5')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-install=${pkgname}.install
-replaces=('kdeedu-blinken')
-conflicts=('kdeedu-blinken')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/blinken-${pkgver}.tar.xz")
-sha1sums=('7fa3402fae7431d2cca1d0b41ae6fd9fd28c9686')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../blinken-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- make
-}
-
-package() {
- cd "${srcdir}"/build
- make DESTDIR="${pkgdir}" install
-}
Copied: blinken/repos/kde-unstable-i686/PKGBUILD (from rev 234291, blinken/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2015-03-20 21:08:54 UTC (rev 234292)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=blinken
+pkgver=15.03.95
+pkgrel=1
+pkgdesc="Memory Enhancement Game"
+url="http://kde.org/applications/education/blinken/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kxmlgui' 'phonon-qt5')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+install=${pkgname}.install
+replaces=('kdeedu-blinken')
+conflicts=('kdeedu-blinken')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/blinken-${pkgver}.tar.xz")
+sha1sums=('21feec15c2e0b6a5b54e1dbd91788d9ac62e007b')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../blinken-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: kde-unstable-i686/blinken.install
===================================================================
--- kde-unstable-i686/blinken.install 2015-03-20 21:08:08 UTC (rev 234291)
+++ kde-unstable-i686/blinken.install 2015-03-20 21:08:54 UTC (rev 234292)
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
Copied: blinken/repos/kde-unstable-i686/blinken.install (from rev 234291, blinken/kde-unstable/blinken.install)
===================================================================
--- kde-unstable-i686/blinken.install (rev 0)
+++ kde-unstable-i686/blinken.install 2015-03-20 21:08:54 UTC (rev 234292)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2015-03-20 21:08:08 UTC (rev 234291)
+++ kde-unstable-x86_64/PKGBUILD 2015-03-20 21:08:54 UTC (rev 234292)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=blinken
-pkgver=15.03.90
-pkgrel=1
-pkgdesc="Memory Enhancement Game"
-url="http://kde.org/applications/education/blinken/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kxmlgui' 'phonon-qt5')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-install=${pkgname}.install
-replaces=('kdeedu-blinken')
-conflicts=('kdeedu-blinken')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/blinken-${pkgver}.tar.xz")
-sha1sums=('7fa3402fae7431d2cca1d0b41ae6fd9fd28c9686')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../blinken-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- make
-}
-
-package() {
- cd "${srcdir}"/build
- make DESTDIR="${pkgdir}" install
-}
Copied: blinken/repos/kde-unstable-x86_64/PKGBUILD (from rev 234291, blinken/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-03-20 21:08:54 UTC (rev 234292)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=blinken
+pkgver=15.03.95
+pkgrel=1
+pkgdesc="Memory Enhancement Game"
+url="http://kde.org/applications/education/blinken/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kxmlgui' 'phonon-qt5')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+install=${pkgname}.install
+replaces=('kdeedu-blinken')
+conflicts=('kdeedu-blinken')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/blinken-${pkgver}.tar.xz")
+sha1sums=('21feec15c2e0b6a5b54e1dbd91788d9ac62e007b')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../blinken-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: kde-unstable-x86_64/blinken.install
===================================================================
--- kde-unstable-x86_64/blinken.install 2015-03-20 21:08:08 UTC (rev 234291)
+++ kde-unstable-x86_64/blinken.install 2015-03-20 21:08:54 UTC (rev 234292)
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
Copied: blinken/repos/kde-unstable-x86_64/blinken.install (from rev 234291, blinken/kde-unstable/blinken.install)
===================================================================
--- kde-unstable-x86_64/blinken.install (rev 0)
+++ kde-unstable-x86_64/blinken.install 2015-03-20 21:08:54 UTC (rev 234292)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
More information about the arch-commits
mailing list