Date: Wednesday, April 12, 2023 @ 08:47:09
Author: grawlinson
Revision: 1444816
archrelease: copy trunk to community-x86_64
Added:
leocad/repos/community-x86_64/PKGBUILD
(from rev 1444815, leocad/trunk/PKGBUILD)
Deleted:
leocad/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 93 ++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 50 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-12 08:45:55 UTC (rev 1444815)
+++ PKGBUILD 2023-04-12 08:47:09 UTC (rev 1444816)
@@ -1,43 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-# Contributor: Michael Straube <[email protected]>
-# Contributor: Seth Schroeder <[email protected]>
-# Contributor: Sven Schneider <[email protected]>
-
-pkgname=leocad
-pkgver=21.06
-_libver=20.03
-pkgrel=2
-pkgdesc="A CAD program for creating virtual LEGO models"
-arch=('x86_64')
-url="http://leocad.org"
-license=('GPL')
-depends=('qt5-base' 'hicolor-icon-theme' 'gcc-libs' 'zlib')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/leozide/leocad/archive/v$pkgver.tar.gz"
-
"$pkgname-library-$_libver.zip::https://github.com/leozide/leocad/releases/download/v$pkgver/Library-$_libver.zip")
-b2sums=('7f1a930bdb502b39f7cb486843eda13709c3c37769def39757605630ed92ae42730fedd2d6e16cb1f5292da3a10e1944698b8a7f05e9c0c34deaeae5470fb61c'
-
'7fe30da444e0456a413102f2511deb690f6b818dd2626ae7baa2e4b29a197b56d77536f01dfccbcd4428811d89ee4d026361a5ff7506459df036e82e963debfe')
-
-build() {
- cd "$pkgname-$pkgver"
-
- # create Makefile with QMake
- qmake-qt5 \
- INSTALL_PREFIX=/usr \
- DISABLE_UPDATE_CHECK=1 \
- LDRAW_LIBRARY_PATH=/usr/share/leocad \
- "$pkgname.pro"
-
- # build package
- make
-}
-
-package() {
- cd "$pkgname-$pkgver"
-
- # install to pkgdir
- make INSTALL_ROOT="$pkgdir" install
-
- # install parts library
- install -Dm644 "$srcdir/library.bin" -t "$pkgdir/usr/share/leocad"
-}
Copied: leocad/repos/community-x86_64/PKGBUILD (from rev 1444815,
leocad/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-12 08:47:09 UTC (rev 1444816)
@@ -0,0 +1,50 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Contributor: Michael Straube <[email protected]>
+# Contributor: Seth Schroeder <[email protected]>
+# Contributor: Sven Schneider <[email protected]>
+
+pkgname=leocad
+pkgver=23.03
+_libver=23.01
+pkgrel=1
+pkgdesc='A CAD program for creating virtual LEGO models'
+arch=('x86_64')
+url='http://leocad.org'
+license=('GPL')
+depends=(
+ 'glibc'
+ 'gcc-libs'
+ 'libglvnd'
+ 'qt5-base'
+ 'hicolor-icon-theme'
+ 'zlib'
+)
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/leozide/leocad/archive/v$pkgver.tar.gz"
+
"$pkgname-library-$_libver.zip::https://github.com/leozide/leocad/releases/download/v$pkgver/Library-$_libver.zip")
+b2sums=('98b3d8a556ad3fcc0169feafa44d10de305aa56bc6bdf2625aee6cc1c42e8465e61f7293fe7067109a0223d7683e38d43685c81366d2ed4539fafd866df78a49'
+
'a6d7286c397e82289023a5c421db94294acf1d3697bf7e0cb03b9c04ae96950941fc5dc9433585bcce3f162fbbae4a53c6f3a6c2994f7511f0d4464531a58896')
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ # create Makefile with QMake
+ qmake-qt5 \
+ INSTALL_PREFIX=/usr \
+ DISABLE_UPDATE_CHECK=1 \
+ LDRAW_LIBRARY_PATH=/usr/share/leocad \
+ "$pkgname.pro"
+
+ # build package
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+
+ # install to pkgdir
+ make INSTALL_ROOT="$pkgdir" install
+
+ # install parts library
+ install -Dm644 "$srcdir/library.bin" -t "$pkgdir/usr/share/leocad"
+}