[arch-commits] Commit in uranium/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Dec 16 14:56:16 UTC 2021


    Date: Thursday, December 16, 2021 @ 14:56:16
  Author: arojas
Revision: 1074504

Move to unversioned cmake data dir

Modified:
  uranium/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-16 14:48:57 UTC (rev 1074503)
+++ PKGBUILD	2021-12-16 14:56:16 UTC (rev 1074504)
@@ -3,7 +3,7 @@
 
 pkgname=uranium
 pkgver=4.11.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A Python framework for building Desktop applications."
 url="https://github.com/Ultimaker/Uranium"
 arch=('any')
@@ -41,6 +41,9 @@
 package() {
   cd Uranium-${pkgver}/build
   make DESTDIR="${pkgdir}" install
+
+# Move cmake module to right dir
+  mv "$pkgdir"/usr/share/cmake{-*,}
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list