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

Antonio Rojas arojas at archlinux.org
Tue Jun 30 20:27:19 UTC 2015


    Date: Tuesday, June 30, 2015 @ 22:27:19
  Author: arojas
Revision: 241525

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

Added:
  kig/repos/extra-i686/PKGBUILD
    (from rev 241524, kig/trunk/PKGBUILD)
  kig/repos/extra-i686/kig.install
    (from rev 241524, kig/trunk/kig.install)
  kig/repos/extra-x86_64/PKGBUILD
    (from rev 241524, kig/trunk/PKGBUILD)
  kig/repos/extra-x86_64/kig.install
    (from rev 241524, kig/trunk/kig.install)
Deleted:
  kig/repos/extra-i686/PKGBUILD
  kig/repos/extra-i686/kig.install
  kig/repos/extra-x86_64/PKGBUILD
  kig/repos/extra-x86_64/kig.install

--------------------------+
 /PKGBUILD                |   84 +++++++++++++++++++++++++++++++++++++++++++++
 /kig.install             |   24 ++++++++++++
 extra-i686/PKGBUILD      |   42 ----------------------
 extra-i686/kig.install   |   12 ------
 extra-x86_64/PKGBUILD    |   42 ----------------------
 extra-x86_64/kig.install |   12 ------
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-06-30 20:27:03 UTC (rev 241524)
+++ extra-i686/PKGBUILD	2015-06-30 20:27:19 UTC (rev 241525)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kig
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="Interactive Geometry"
-url="http://kde.org/applications/education/kig/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('ktexteditor' 'kdelibs4support' 'boost-libs')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' 'boost')
-replaces=('kdeedu-kig')
-conflicts=('kdeedu-kig')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kig-${pkgver}.tar.xz")
-sha1sums=('9dbc2dd6d5997058c2bbda7e02d62773ce93a806')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kig-${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 build
-  make DESTDIR="${pkgdir}" install
-
-  # Use the python2 executable
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' "${pkgdir}"/usr/bin/pykig.py
-}

Copied: kig/repos/extra-i686/PKGBUILD (from rev 241524, kig/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-06-30 20:27:19 UTC (rev 241525)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kig
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="Interactive Geometry"
+url="http://kde.org/applications/education/kig/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('ktexteditor' 'kdelibs4support' 'boost-libs')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' 'boost')
+replaces=('kdeedu-kig')
+conflicts=('kdeedu-kig')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kig-${pkgver}.tar.xz")
+sha1sums=('7940e6efa165b22e2fd2f52b48bc30ee80d3fad2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kig-${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 build
+  make DESTDIR="${pkgdir}" install
+
+  # Use the python2 executable
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' "${pkgdir}"/usr/bin/pykig.py
+}

Deleted: extra-i686/kig.install
===================================================================
--- extra-i686/kig.install	2015-06-30 20:27:03 UTC (rev 241524)
+++ extra-i686/kig.install	2015-06-30 20:27:19 UTC (rev 241525)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kig/repos/extra-i686/kig.install (from rev 241524, kig/trunk/kig.install)
===================================================================
--- extra-i686/kig.install	                        (rev 0)
+++ extra-i686/kig.install	2015-06-30 20:27:19 UTC (rev 241525)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-06-30 20:27:03 UTC (rev 241524)
+++ extra-x86_64/PKGBUILD	2015-06-30 20:27:19 UTC (rev 241525)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kig
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="Interactive Geometry"
-url="http://kde.org/applications/education/kig/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('ktexteditor' 'kdelibs4support' 'boost-libs')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' 'boost')
-replaces=('kdeedu-kig')
-conflicts=('kdeedu-kig')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kig-${pkgver}.tar.xz")
-sha1sums=('9dbc2dd6d5997058c2bbda7e02d62773ce93a806')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kig-${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 build
-  make DESTDIR="${pkgdir}" install
-
-  # Use the python2 executable
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' "${pkgdir}"/usr/bin/pykig.py
-}

Copied: kig/repos/extra-x86_64/PKGBUILD (from rev 241524, kig/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-06-30 20:27:19 UTC (rev 241525)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kig
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="Interactive Geometry"
+url="http://kde.org/applications/education/kig/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('ktexteditor' 'kdelibs4support' 'boost-libs')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' 'boost')
+replaces=('kdeedu-kig')
+conflicts=('kdeedu-kig')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kig-${pkgver}.tar.xz")
+sha1sums=('7940e6efa165b22e2fd2f52b48bc30ee80d3fad2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kig-${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 build
+  make DESTDIR="${pkgdir}" install
+
+  # Use the python2 executable
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' "${pkgdir}"/usr/bin/pykig.py
+}

Deleted: extra-x86_64/kig.install
===================================================================
--- extra-x86_64/kig.install	2015-06-30 20:27:03 UTC (rev 241524)
+++ extra-x86_64/kig.install	2015-06-30 20:27:19 UTC (rev 241525)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kig/repos/extra-x86_64/kig.install (from rev 241524, kig/trunk/kig.install)
===================================================================
--- extra-x86_64/kig.install	                        (rev 0)
+++ extra-x86_64/kig.install	2015-06-30 20:27:19 UTC (rev 241525)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}



More information about the arch-commits mailing list