[arch-commits] Commit in klayout/repos/community-x86_64 (6 files)

Felix Yan felixonmars at gemini.archlinux.org
Sun Jan 9 19:32:25 UTC 2022


    Date: Sunday, January 9, 2022 @ 19:32:25
  Author: felixonmars
Revision: 1098475

archrelease: copy trunk to community-x86_64

Added:
  klayout/repos/community-x86_64/PKGBUILD
    (from rev 1098474, klayout/trunk/PKGBUILD)
  klayout/repos/community-x86_64/klayoutEditor.desktop
    (from rev 1098474, klayout/trunk/klayoutEditor.desktop)
  klayout/repos/community-x86_64/klayoutViewer.desktop
    (from rev 1098474, klayout/trunk/klayoutViewer.desktop)
Deleted:
  klayout/repos/community-x86_64/PKGBUILD
  klayout/repos/community-x86_64/klayoutEditor.desktop
  klayout/repos/community-x86_64/klayoutViewer.desktop

-----------------------+
 PKGBUILD              |   72 ++++++++++++++++++++++++------------------------
 klayoutEditor.desktop |   26 ++++++++---------
 klayoutViewer.desktop |   26 ++++++++---------
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-09 19:32:13 UTC (rev 1098474)
+++ PKGBUILD	2022-01-09 19:32:25 UTC (rev 1098475)
@@ -1,36 +0,0 @@
-# Contributor: Lars Boettcher <lars at newyew.de>
-# Maintainer: Aaron Ali <t0nedef at causal.ca>
-
-pkgname=klayout
-pkgver=0.27.5
-pkgrel=2
-pkgdesc="High Performance Layout Viewer And Editor. Support of GDS and OASIS files."
-arch=('x86_64')
-url="https://www.klayout.de"
-license=('GPL')
-depends=('qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-xmlpatterns' 'qt5-svg' 'ruby2.7' 'python')
-source=(http://www.klayout.org/downloads/source/klayout-$pkgver.tar.bz2
-        klayoutEditor.desktop klayoutViewer.desktop)
-sha512sums=('d810cd0ac578a82b534cc5b2bcb941db7dc6be6aa608e333a07511f9d67aaad036e2791b6a06370fedf1acee4f71f47dcdf1f9173c7b6102ba7f6d59d310665c'
-            'bc6c7621e5cda754509a86664fb3e7ecd15f577dec712f4b0c52c9a7455ba692043a67145f5bf143d8fdc502b84e4212303906d62107537eefb4bebe57b2ffe1'
-            '37a3bbb06ab155c1c22e3990cf160383570e8ea945dbf4964bc94b6fd4e6321627d31071a29d3dbeafc9e2fc406b6905761e299bfccdfe0a35663f2021624f4f')
-
-build() {
-  cd klayout-$pkgver
-  ./build.sh -ruby /usr/bin/ruby-2.7
-}
-
-package() {
-  install -D -m 644 klayoutEditor.desktop "$pkgdir"/usr/share/applications/klayoutEditor.desktop
-  install -D -m 644 klayoutViewer.desktop "$pkgdir"/usr/share/applications/klayoutViewer.desktop
-  cd klayout-$pkgver
-  install -D -m 644 etc/logo.png "$pkgdir"/usr/share/icons/hicolor/32x32/apps/klayout.png
-  install -D -m 755 build-release/klayout "$pkgdir"/usr/bin/klayout
-  cd bin-release
-  for lib in `find . -type f | grep so`; do
-    install -D -m 755 $lib "$pkgdir"/usr/lib/$lib
-  done
-  for lib in `find . -type l | grep so`; do
-    cp -a $lib "$pkgdir"/usr/lib/$lib
-  done
-}

Copied: klayout/repos/community-x86_64/PKGBUILD (from rev 1098474, klayout/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-09 19:32:25 UTC (rev 1098475)
@@ -0,0 +1,36 @@
+# Contributor: Lars Boettcher <lars at newyew.de>
+# Maintainer: Aaron Ali <t0nedef at causal.ca>
+
+pkgname=klayout
+pkgver=0.27.6
+pkgrel=1
+pkgdesc="High Performance Layout Viewer And Editor. Support of GDS and OASIS files."
+arch=('x86_64')
+url="https://www.klayout.de"
+license=('GPL')
+depends=('qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-xmlpatterns' 'qt5-svg' 'ruby2.7' 'python')
+source=(http://www.klayout.org/downloads/source/klayout-$pkgver.tar.bz2
+        klayoutEditor.desktop klayoutViewer.desktop)
+sha512sums=('07dd0a8834444835bea845dd4050feac6f93b130c03e8a89ca66ab7f6958f92f726c29fd610b4c3988db4de7625bcde161ec1b5e2744bb0b1afe3171f943804c'
+            'bc6c7621e5cda754509a86664fb3e7ecd15f577dec712f4b0c52c9a7455ba692043a67145f5bf143d8fdc502b84e4212303906d62107537eefb4bebe57b2ffe1'
+            '37a3bbb06ab155c1c22e3990cf160383570e8ea945dbf4964bc94b6fd4e6321627d31071a29d3dbeafc9e2fc406b6905761e299bfccdfe0a35663f2021624f4f')
+
+build() {
+  cd klayout-$pkgver
+  ./build.sh -ruby /usr/bin/ruby-2.7
+}
+
+package() {
+  install -D -m 644 klayoutEditor.desktop "$pkgdir"/usr/share/applications/klayoutEditor.desktop
+  install -D -m 644 klayoutViewer.desktop "$pkgdir"/usr/share/applications/klayoutViewer.desktop
+  cd klayout-$pkgver
+  install -D -m 644 etc/logo.png "$pkgdir"/usr/share/icons/hicolor/32x32/apps/klayout.png
+  install -D -m 755 build-release/klayout "$pkgdir"/usr/bin/klayout
+  cd bin-release
+  for lib in `find . -type f | grep so`; do
+    install -D -m 755 $lib "$pkgdir"/usr/lib/$lib
+  done
+  for lib in `find . -type l | grep so`; do
+    cp -a $lib "$pkgdir"/usr/lib/$lib
+  done
+}

Deleted: klayoutEditor.desktop
===================================================================
--- klayoutEditor.desktop	2022-01-09 19:32:13 UTC (rev 1098474)
+++ klayoutEditor.desktop	2022-01-09 19:32:25 UTC (rev 1098475)
@@ -1,13 +0,0 @@
-[Desktop Entry]
-Comment[de]=Programm zur Bearbeiten von GDS-Dateien
-Comment=Program to edit GDS and CIF files
-Exec=klayout -e %F
-GenericName[de]=Klayout Editor
-GenericName=Klayout Editor
-Icon=/usr/share/icons/hicolor/32x32/apps/klayout.png
-Name[de]=Klayout Editor
-Name=Klayout Editor
-StartupNotify=true
-Terminal=false
-Type=Application
-Categories=Scientific;Development

Copied: klayout/repos/community-x86_64/klayoutEditor.desktop (from rev 1098474, klayout/trunk/klayoutEditor.desktop)
===================================================================
--- klayoutEditor.desktop	                        (rev 0)
+++ klayoutEditor.desktop	2022-01-09 19:32:25 UTC (rev 1098475)
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Comment[de]=Programm zur Bearbeiten von GDS-Dateien
+Comment=Program to edit GDS and CIF files
+Exec=klayout -e %F
+GenericName[de]=Klayout Editor
+GenericName=Klayout Editor
+Icon=/usr/share/icons/hicolor/32x32/apps/klayout.png
+Name[de]=Klayout Editor
+Name=Klayout Editor
+StartupNotify=true
+Terminal=false
+Type=Application
+Categories=Scientific;Development

Deleted: klayoutViewer.desktop
===================================================================
--- klayoutViewer.desktop	2022-01-09 19:32:13 UTC (rev 1098474)
+++ klayoutViewer.desktop	2022-01-09 19:32:25 UTC (rev 1098475)
@@ -1,13 +0,0 @@
-[Desktop Entry]
-Comment[de]=Programm zur Betrachten von GDS-Dateien
-Comment=Program to view GDS and CIF files
-Exec=klayout %F
-GenericName[de]=Klayout Viewer
-GenericName=Klayout Viewer
-Icon=/usr/share/icons/hicolor/32x32/apps/klayout.png
-Name[de]=Klayout Viewer
-Name=Klayout Viewer
-StartupNotify=true
-Terminal=false
-Type=Application
-Categories=Scientific;Development

Copied: klayout/repos/community-x86_64/klayoutViewer.desktop (from rev 1098474, klayout/trunk/klayoutViewer.desktop)
===================================================================
--- klayoutViewer.desktop	                        (rev 0)
+++ klayoutViewer.desktop	2022-01-09 19:32:25 UTC (rev 1098475)
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Comment[de]=Programm zur Betrachten von GDS-Dateien
+Comment=Program to view GDS and CIF files
+Exec=klayout %F
+GenericName[de]=Klayout Viewer
+GenericName=Klayout Viewer
+Icon=/usr/share/icons/hicolor/32x32/apps/klayout.png
+Name[de]=Klayout Viewer
+Name=Klayout Viewer
+StartupNotify=true
+Terminal=false
+Type=Application
+Categories=Scientific;Development



More information about the arch-commits mailing list