[arch-commits] Commit in intel-gmmlib/repos/community-x86_64 (PKGBUILD PKGBUILD)
Bruno Pagani
archange at gemini.archlinux.org
Thu Dec 2 21:55:08 UTC 2021
Date: Thursday, December 2, 2021 @ 21:55:08
Author: archange
Revision: 1062757
archrelease: copy trunk to community-x86_64
Added:
intel-gmmlib/repos/community-x86_64/PKGBUILD
(from rev 1062754, intel-gmmlib/trunk/PKGBUILD)
Deleted:
intel-gmmlib/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 21:55:01 UTC (rev 1062756)
+++ PKGBUILD 2021-12-02 21:55:08 UTC (rev 1062757)
@@ -1,33 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Maintainer: Daniel Bermond <dbermond at archlinux.org>
-
-pkgname=intel-gmmlib
-pkgver=21.3.2
-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=('a6a61ff7e66cb710be1593f2afbda3b21c679fe953bf5e80a5b3f047c1cbdb6c')
-
-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 1062754, intel-gmmlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 21:55:08 UTC (rev 1062757)
@@ -0,0 +1,33 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Maintainer: Daniel Bermond <dbermond at archlinux.org>
+
+pkgname=intel-gmmlib
+pkgver=21.3.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=('77473df5440915e7c487a0f1c3f6236a8c29610528c6f0833da9caae834a1741')
+
+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}/
+}
More information about the arch-commits
mailing list