[arch-commits] Commit in kicad-library/repos/community-any (PKGBUILD PKGBUILD)

Kyle Keen kkeen at archlinux.org
Wed Apr 28 20:52:32 UTC 2021


    Date: Wednesday, April 28, 2021 @ 20:52:32
  Author: kkeen
Revision: 925019

archrelease: copy trunk to community-any

Added:
  kicad-library/repos/community-any/PKGBUILD
    (from rev 925018, kicad-library/trunk/PKGBUILD)
Deleted:
  kicad-library/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-28 20:51:37 UTC (rev 925018)
+++ PKGBUILD	2021-04-28 20:52:32 UTC (rev 925019)
@@ -1,47 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgbase=kicad-library
-pkgname=('kicad-library' 'kicad-library-3d')
-pkgver=5.1.9
-pkgrel=1
-pkgdesc="Kicad component and footprint libraries"
-arch=('any')
-url="https://kicad.github.io/"
-license=('GPL')
-makedepends=('cmake')
-options=('!strip')
-source=("https://gitlab.com/kicad/libraries/kicad-symbols/-/archive/$pkgver/kicad-symbols-$pkgver.tar.gz"
-        "https://gitlab.com/kicad/libraries/kicad-footprints/-/archive/$pkgver/kicad-footprints-$pkgver.tar.gz"
-        "https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/$pkgver/kicad-packages3D-$pkgver.tar.gz")
-md5sums=('c6c31ca3981075d86c57d51945fea849'
-         '0070c182e5659dbcb571b18c02f7315c'
-         '7704fff25247b21e94a5ecd4dd377757')
-
-build() {
-  cd "$srcdir/kicad-symbols-$pkgver/"
-  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
-  make
-
-  cd "$srcdir/kicad-footprints-$pkgver/"
-  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
-  make
-
-  cd "$srcdir/kicad-packages3D-$pkgver/"
-  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_kicad-library() {
-  pkgdesc="Kicad component and footprint libraries"
-  cd "$srcdir/kicad-symbols-$pkgver/"
-  make DESTDIR="$pkgdir" install
-
-  cd "$srcdir/kicad-footprints-$pkgver/"
-  make DESTDIR="$pkgdir" install
-}
-
-package_kicad-library-3d() {
-  pkgdesc="Kicad 3D render model libraries"
-  cd "$srcdir/kicad-packages3D-$pkgver/"
-  make DESTDIR="$pkgdir" install
-}

Copied: kicad-library/repos/community-any/PKGBUILD (from rev 925018, kicad-library/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-28 20:52:32 UTC (rev 925019)
@@ -0,0 +1,47 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgbase=kicad-library
+pkgname=('kicad-library' 'kicad-library-3d')
+pkgver=5.1.10
+pkgrel=1
+pkgdesc="Kicad component and footprint libraries"
+arch=('any')
+url="https://kicad.github.io/"
+license=('GPL')
+makedepends=('cmake')
+options=('!strip')
+source=("https://gitlab.com/kicad/libraries/kicad-symbols/-/archive/$pkgver/kicad-symbols-$pkgver.tar.gz"
+        "https://gitlab.com/kicad/libraries/kicad-footprints/-/archive/$pkgver/kicad-footprints-$pkgver.tar.gz"
+        "https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/$pkgver/kicad-packages3D-$pkgver.tar.gz")
+md5sums=('1d11e15b8e19cde771352801d86262ee'
+         '2fc41850a9c1ab0cd4fb9f52f5ffcb9f'
+         'e1d02d5de14bc905ee509a7e2dd4eb9f')
+
+build() {
+  cd "$srcdir/kicad-symbols-$pkgver/"
+  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
+  make
+
+  cd "$srcdir/kicad-footprints-$pkgver/"
+  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
+  make
+
+  cd "$srcdir/kicad-packages3D-$pkgver/"
+  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_kicad-library() {
+  pkgdesc="Kicad component and footprint libraries"
+  cd "$srcdir/kicad-symbols-$pkgver/"
+  make DESTDIR="$pkgdir" install
+
+  cd "$srcdir/kicad-footprints-$pkgver/"
+  make DESTDIR="$pkgdir" install
+}
+
+package_kicad-library-3d() {
+  pkgdesc="Kicad 3D render model libraries"
+  cd "$srcdir/kicad-packages3D-$pkgver/"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list