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

Bruno Pagani archange at gemini.archlinux.org
Mon Jun 27 13:11:18 UTC 2022


    Date: Monday, June 27, 2022 @ 13:11:18
  Author: archange
Revision: 1239679

archrelease: copy trunk to community-x86_64

Added:
  intel-gmmlib/repos/community-x86_64/PKGBUILD
    (from rev 1239678, intel-gmmlib/trunk/PKGBUILD)
Deleted:
  intel-gmmlib/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-27 13:11:04 UTC (rev 1239678)
+++ PKGBUILD	2022-06-27 13:11:18 UTC (rev 1239679)
@@ -1,33 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Maintainer: Daniel Bermond <dbermond at archlinux.org>
-
-pkgname=intel-gmmlib
-pkgver=22.1.3
-pkgrel=1
-pkgdesc="Intel Graphics Memory Management Library"
-arch=(x86_64)
-url="https://github.com/intel/gmmlib/"
-license=(MIT)
-depends=(gcc-libs)
-makedepends=(cmake)
-provides=(gmmlib)
-conflicts=(gmmlib)
-replaces=(gmmlib)
-options=(!emptydirs)
-source=(https://github.com/${pkgname/-//}/archive/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('81dbb4ddec98bb18c3a038cd40222046ae7f5b24b2d5acbfb2400f39f02f2aaf')
-
-build() {
-  cmake -B build -S gmmlib-${pkgname}-${pkgver} \
-    -DBUILD_TYPE=Release \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DRUN_TEST_SUITE=ON \
-    -Wno-dev
-  make -C build
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dm644 gmmlib-${pkgname}-${pkgver}/LICENSE.md -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: intel-gmmlib/repos/community-x86_64/PKGBUILD (from rev 1239678, intel-gmmlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-27 13:11:18 UTC (rev 1239679)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Maintainer: Daniel Bermond <dbermond at archlinux.org>
+
+pkgname=intel-gmmlib
+pkgver=22.1.4
+pkgrel=1
+pkgdesc="Intel Graphics Memory Management Library"
+arch=(x86_64)
+url="https://github.com/intel/gmmlib/"
+license=(MIT)
+depends=(gcc-libs)
+makedepends=(cmake)
+provides=(gmmlib)
+conflicts=(gmmlib)
+replaces=(gmmlib)
+options=(!emptydirs)
+source=(https://github.com/${pkgname/-//}/archive/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('18f291b6d5c9a170468e050e301f23760bb5b20b79d28a49a791ace2f22880c9')
+
+build() {
+  cmake -B build -S gmmlib-${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DRUN_TEST_SUITE=ON \
+    -Wno-dev
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm644 gmmlib-${pkgname}-${pkgver}/LICENSE.md -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}



More information about the arch-commits mailing list