[arch-commits] Commit in ois/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Dec 2 02:51:39 UTC 2018


    Date: Sunday, December 2, 2018 @ 02:51:39
  Author: svenstaro
Revision: 410750

archrelease: copy trunk to community-x86_64

Added:
  ois/repos/community-x86_64/PKGBUILD
    (from rev 410749, ois/trunk/PKGBUILD)
Deleted:
  ois/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   57 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 28 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-02 02:51:32 UTC (rev 410749)
+++ PKGBUILD	2018-12-02 02:51:39 UTC (rev 410750)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: scippio <scippio at berounet.cz>
-pkgname=ois
-pkgver=1.4
-pkgrel=1
-pkgdesc="Object Oriented Input System"
-arch=('x86_64')
-url="http://sourceforge.net/projects/wgois"
-license=('custom:zlib')
-makedepends=('cmake' 'gcc' 'libxaw')
-source=("https://github.com/ogre3d/OIS/archive/3b4c2d6ceaa14f38a371b92de61d2603d2522b71.zip")
-sha512sums=('b1c69f3f2a5be22adc88a886f97dc27501e80b96de377ca588662fc03206deb6f885895f618db6e99541cbb97a564afeb84c5ee97709873eaf060c0062d1240b')
-
-build() {
-  cd OIS-*/
-
-  mkdir -p build && cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  cd OIS-*/build
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ../LICENSE.md ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: ois/repos/community-x86_64/PKGBUILD (from rev 410749, ois/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-02 02:51:39 UTC (rev 410750)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: scippio <scippio at berounet.cz>
+pkgname=ois
+pkgver=1.5
+pkgrel=1
+pkgdesc="Object Oriented Input System"
+arch=('x86_64')
+url="https://github.com/wgois/OIS"
+license=('custom:zlib')
+makedepends=('cmake' 'gcc' 'libxaw')
+source=("https://github.com/wgois/OIS/archive/v${pkgver}.tar.gz")
+sha512sums=('5ab1dda7c25c1959ccbbb758ea3fda36bd62ad65f46e2c6b418317a5eb39e0bace52a44ae079dfb69fc58c90df54f8e50d589daae1100ec615325363c9d77513')
+
+build() {
+  cd OIS-*/
+
+  mkdir -p build && cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd OIS-*/build
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ../LICENSE.md ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list