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

Kyle Keen kkeen at archlinux.org
Thu Jan 7 11:06:29 UTC 2021


    Date: Thursday, January 7, 2021 @ 11:06:28
  Author: kkeen
Revision: 811569

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-07 11:05:33 UTC (rev 811568)
+++ PKGBUILD	2021-01-07 11:06:28 UTC (rev 811569)
@@ -1,47 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgbase=kicad-library
-pkgname=('kicad-library' 'kicad-library-3d')
-pkgver=5.1.8
-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=('0b188320767cbdff54936b8f80f4f34f'
-         '80a148bf8cfd42d8e3397b728f8fc5c9'
-         'ae6febc2019c9171ab31e6966bdf2745')
-
-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 811568, kicad-library/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-07 11:06:28 UTC (rev 811569)
@@ -0,0 +1,47 @@
+# 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
+}



More information about the arch-commits mailing list