[arch-commits] Commit in klayout/repos/community-x86_64 (6 files)
Date: Wednesday, September 23, 2020 @ 20:13:03 Author: felixonmars Revision: 711592 archrelease: copy trunk to community-x86_64 Added: klayout/repos/community-x86_64/PKGBUILD (from rev 711591, klayout/trunk/PKGBUILD) klayout/repos/community-x86_64/klayoutEditor.desktop (from rev 711591, klayout/trunk/klayoutEditor.desktop) klayout/repos/community-x86_64/klayoutViewer.desktop (from rev 711591, 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 === --- PKGBUILD2020-09-23 20:12:40 UTC (rev 711591) +++ PKGBUILD2020-09-23 20:13:03 UTC (rev 711592) @@ -1,36 +0,0 @@ -# Contributor: Lars Boettcher -# Maintainer: Aaron Ali - -pkgname=klayout -pkgver=0.26.7 -pkgrel=1 -pkgdesc="High Performance Layout Viewer And Editor. Support of GDS and OASIS files." -arch=('x86_64') -url="http://www.klayout.org/"; -license=('GPL') -depends=('qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-xmlpatterns' 'qt5-svg' 'ruby' 'python') -source=(http://www.klayout.org/downloads/source/klayout-$pkgver.tar.gz -klayoutEditor.desktop klayoutViewer.desktop) -sha512sums=('295cacbd728c2b8f8a188bc211bde18f647d9b5f1c974c8d635b1c6155727a532f571cb2477ca851045db2544b0990a7c53300c8f6067a381adac7e91fe85cd4' - 'bc6c7621e5cda754509a86664fb3e7ecd15f577dec712f4b0c52c9a7455ba692043a67145f5bf143d8fdc502b84e4212303906d62107537eefb4bebe57b2ffe1' - '37a3bbb06ab155c1c22e3990cf160383570e8ea945dbf4964bc94b6fd4e6321627d31071a29d3dbeafc9e2fc406b6905761e299bfccdfe0a35663f2021624f4f') - -build() { - cd klayout-$pkgver - ./build.sh $build_opt -} - -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 711591, klayout/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-09-23 20:13:03 UTC (rev 711592) @@ -0,0 +1,36 @@ +# Contributor: Lars Boettcher +# Maintainer: Aaron Ali + +pkgname=klayout +pkgver=0.26.8 +pkgrel=1 +pkgdesc="High Performance Layout Viewer And Editor. Support of GDS and OASIS files." +arch=('x86_64') +url="http://www.klayout.org/"; +license=('GPL') +depends=('qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-xmlpatterns' 'qt5-svg' 'ruby' 'python') +source=(http://www.klayout.org/downloads/source/klayout-$pkgver.tar.gz +klayoutEditor.desktop klayoutViewer.desktop) +sha512sums=('a37b324194ed523ee70a1d63034db9ba48cf55d44d3a9d1bc612803cde2425f6909fd0571ad4a66318fc2c6735e19ba11a26ab153e1200adec405c16fc05f144' + 'bc6c7621e5cda754509a86664fb3e7ecd15f577dec712f4b0c52c9a7455ba692043a67145f5bf143d8fdc502b84e4212303906d62107537eefb4bebe57b2ffe1' + '37a3bbb06ab155c1c22e3990cf160383570e8ea945dbf4964bc94b6fd4e6321627d31071a29d3dbeafc9e2fc406b6905761e299bfccdfe0a35663f2021624f4f') + +build() { + cd klayout-$pkgver + ./build.sh $build_opt +} + +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 2020-09-23 20:12:40 UTC (rev 711591) +++ klayoutEditor.desktop 2020-09-23 20:13:03 UTC (rev 711592) @@ -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/sha
[arch-commits] Commit in klayout/repos/community-x86_64 (6 files)
Date: Friday, August 28, 2020 @ 19:02:04 Author: felixonmars Revision: 691163 archrelease: copy trunk to community-x86_64 Added: klayout/repos/community-x86_64/PKGBUILD (from rev 691162, klayout/trunk/PKGBUILD) klayout/repos/community-x86_64/klayoutEditor.desktop (from rev 691162, klayout/trunk/klayoutEditor.desktop) klayout/repos/community-x86_64/klayoutViewer.desktop (from rev 691162, 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 === --- PKGBUILD2020-08-28 19:01:43 UTC (rev 691162) +++ PKGBUILD2020-08-28 19:02:04 UTC (rev 691163) @@ -1,36 +0,0 @@ -# Contributor: Lars Boettcher -# Maintainer: Aaron Ali - -pkgname=klayout -pkgver=0.26.6 -pkgrel=1 -pkgdesc="High Performance Layout Viewer And Editor. Support of GDS and OASIS files." -arch=('x86_64') -url="http://www.klayout.org/"; -license=('GPL') -depends=('qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-xmlpatterns' 'qt5-svg' 'ruby' 'python') -source=(http://www.klayout.org/downloads/source/klayout-$pkgver.tar.gz -klayoutEditor.desktop klayoutViewer.desktop) -sha512sums=('4c279129b6d665ae0d2be16c545edd4bed127d649b70812833b532eb0bc7e97651fd30c02d09562e92c340ad7c3e96508d58a0873aaad94ed68838da69ff8889' - 'bc6c7621e5cda754509a86664fb3e7ecd15f577dec712f4b0c52c9a7455ba692043a67145f5bf143d8fdc502b84e4212303906d62107537eefb4bebe57b2ffe1' - '37a3bbb06ab155c1c22e3990cf160383570e8ea945dbf4964bc94b6fd4e6321627d31071a29d3dbeafc9e2fc406b6905761e299bfccdfe0a35663f2021624f4f') - -build() { - cd klayout-$pkgver - ./build.sh $build_opt -} - -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 691162, klayout/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-08-28 19:02:04 UTC (rev 691163) @@ -0,0 +1,36 @@ +# Contributor: Lars Boettcher +# Maintainer: Aaron Ali + +pkgname=klayout +pkgver=0.26.7 +pkgrel=1 +pkgdesc="High Performance Layout Viewer And Editor. Support of GDS and OASIS files." +arch=('x86_64') +url="http://www.klayout.org/"; +license=('GPL') +depends=('qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-xmlpatterns' 'qt5-svg' 'ruby' 'python') +source=(http://www.klayout.org/downloads/source/klayout-$pkgver.tar.gz +klayoutEditor.desktop klayoutViewer.desktop) +sha512sums=('295cacbd728c2b8f8a188bc211bde18f647d9b5f1c974c8d635b1c6155727a532f571cb2477ca851045db2544b0990a7c53300c8f6067a381adac7e91fe85cd4' + 'bc6c7621e5cda754509a86664fb3e7ecd15f577dec712f4b0c52c9a7455ba692043a67145f5bf143d8fdc502b84e4212303906d62107537eefb4bebe57b2ffe1' + '37a3bbb06ab155c1c22e3990cf160383570e8ea945dbf4964bc94b6fd4e6321627d31071a29d3dbeafc9e2fc406b6905761e299bfccdfe0a35663f2021624f4f') + +build() { + cd klayout-$pkgver + ./build.sh $build_opt +} + +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 2020-08-28 19:01:43 UTC (rev 691162) +++ klayoutEditor.desktop 2020-08-28 19:02:04 UTC (rev 691163) @@ -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/ico
[arch-commits] Commit in klayout/repos/community-x86_64 (6 files)
Date: Thursday, August 20, 2020 @ 20:27:36 Author: felixonmars Revision: 685683 archrelease: copy trunk to community-x86_64 Added: klayout/repos/community-x86_64/PKGBUILD (from rev 685682, klayout/trunk/PKGBUILD) klayout/repos/community-x86_64/klayoutEditor.desktop (from rev 685682, klayout/trunk/klayoutEditor.desktop) klayout/repos/community-x86_64/klayoutViewer.desktop (from rev 685682, 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 === --- PKGBUILD2020-08-20 20:27:23 UTC (rev 685682) +++ PKGBUILD2020-08-20 20:27:36 UTC (rev 685683) @@ -1,36 +0,0 @@ -# Contributor: Lars Boettcher -# Maintainer: Aaron Ali - -pkgname=klayout -pkgver=0.26.5 -pkgrel=1 -pkgdesc="High Performance Layout Viewer And Editor. Support of GDS and OASIS files." -arch=('x86_64') -url="http://www.klayout.org/"; -license=('GPL') -depends=('qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-xmlpatterns' 'qt5-svg' 'ruby' 'python') -source=(http://www.klayout.org/downloads/source/klayout-$pkgver.tar.gz -klayoutEditor.desktop klayoutViewer.desktop) -sha512sums=('b80dff34a9dd538921f6863fc94eb8a2160b989468ec0493a7ecfdfccea0e4f0441aa1ee860d000b150b0a0bc0b831dcb849ab77e9eb1304e9ed6fcced94689c' - 'bc6c7621e5cda754509a86664fb3e7ecd15f577dec712f4b0c52c9a7455ba692043a67145f5bf143d8fdc502b84e4212303906d62107537eefb4bebe57b2ffe1' - '37a3bbb06ab155c1c22e3990cf160383570e8ea945dbf4964bc94b6fd4e6321627d31071a29d3dbeafc9e2fc406b6905761e299bfccdfe0a35663f2021624f4f') - -build() { - cd klayout-$pkgver - ./build.sh $build_opt -} - -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 685682, klayout/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-08-20 20:27:36 UTC (rev 685683) @@ -0,0 +1,36 @@ +# Contributor: Lars Boettcher +# Maintainer: Aaron Ali + +pkgname=klayout +pkgver=0.26.6 +pkgrel=1 +pkgdesc="High Performance Layout Viewer And Editor. Support of GDS and OASIS files." +arch=('x86_64') +url="http://www.klayout.org/"; +license=('GPL') +depends=('qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-xmlpatterns' 'qt5-svg' 'ruby' 'python') +source=(http://www.klayout.org/downloads/source/klayout-$pkgver.tar.gz +klayoutEditor.desktop klayoutViewer.desktop) +sha512sums=('4c279129b6d665ae0d2be16c545edd4bed127d649b70812833b532eb0bc7e97651fd30c02d09562e92c340ad7c3e96508d58a0873aaad94ed68838da69ff8889' + 'bc6c7621e5cda754509a86664fb3e7ecd15f577dec712f4b0c52c9a7455ba692043a67145f5bf143d8fdc502b84e4212303906d62107537eefb4bebe57b2ffe1' + '37a3bbb06ab155c1c22e3990cf160383570e8ea945dbf4964bc94b6fd4e6321627d31071a29d3dbeafc9e2fc406b6905761e299bfccdfe0a35663f2021624f4f') + +build() { + cd klayout-$pkgver + ./build.sh $build_opt +} + +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 2020-08-20 20:27:23 UTC (rev 685682) +++ klayoutEditor.desktop 2020-08-20 20:27:36 UTC (rev 685683) @@ -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/i
[arch-commits] Commit in klayout/repos/community-x86_64 (6 files)
Date: Tuesday, August 18, 2020 @ 08:20:13 Author: felixonmars Revision: 683780 archrelease: copy trunk to community-x86_64 Added: klayout/repos/community-x86_64/PKGBUILD (from rev 683779, klayout/trunk/PKGBUILD) klayout/repos/community-x86_64/klayoutEditor.desktop (from rev 683779, klayout/trunk/klayoutEditor.desktop) klayout/repos/community-x86_64/klayoutViewer.desktop (from rev 683779, 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 === --- PKGBUILD2020-08-18 08:19:49 UTC (rev 683779) +++ PKGBUILD2020-08-18 08:20:13 UTC (rev 683780) @@ -1,36 +0,0 @@ -# Contributor: Lars Boettcher -# Maintainer: Aaron Ali - -pkgname=klayout -pkgver=0.26.4 -pkgrel=1 -pkgdesc="High Performance Layout Viewer And Editor. Support of GDS and OASIS files." -arch=('x86_64') -url="http://www.klayout.org/"; -license=('GPL') -depends=('qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-xmlpatterns' 'qt5-svg' 'ruby' 'python') -source=(http://www.klayout.org/downloads/source/klayout-$pkgver.tar.gz -klayoutEditor.desktop klayoutViewer.desktop) -sha512sums=('df91434e87d8cc6f4df837eacd756566626405fb75b0cce40c25f157d547dc1e5929746b6b276a317512c038e014bbdd1655615c93d76d9ed5bcf65280d95355' - 'bc6c7621e5cda754509a86664fb3e7ecd15f577dec712f4b0c52c9a7455ba692043a67145f5bf143d8fdc502b84e4212303906d62107537eefb4bebe57b2ffe1' - '37a3bbb06ab155c1c22e3990cf160383570e8ea945dbf4964bc94b6fd4e6321627d31071a29d3dbeafc9e2fc406b6905761e299bfccdfe0a35663f2021624f4f') - -build() { - cd klayout-$pkgver - ./build.sh $build_opt -} - -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 683779, klayout/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-08-18 08:20:13 UTC (rev 683780) @@ -0,0 +1,36 @@ +# Contributor: Lars Boettcher +# Maintainer: Aaron Ali + +pkgname=klayout +pkgver=0.26.5 +pkgrel=1 +pkgdesc="High Performance Layout Viewer And Editor. Support of GDS and OASIS files." +arch=('x86_64') +url="http://www.klayout.org/"; +license=('GPL') +depends=('qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-xmlpatterns' 'qt5-svg' 'ruby' 'python') +source=(http://www.klayout.org/downloads/source/klayout-$pkgver.tar.gz +klayoutEditor.desktop klayoutViewer.desktop) +sha512sums=('b80dff34a9dd538921f6863fc94eb8a2160b989468ec0493a7ecfdfccea0e4f0441aa1ee860d000b150b0a0bc0b831dcb849ab77e9eb1304e9ed6fcced94689c' + 'bc6c7621e5cda754509a86664fb3e7ecd15f577dec712f4b0c52c9a7455ba692043a67145f5bf143d8fdc502b84e4212303906d62107537eefb4bebe57b2ffe1' + '37a3bbb06ab155c1c22e3990cf160383570e8ea945dbf4964bc94b6fd4e6321627d31071a29d3dbeafc9e2fc406b6905761e299bfccdfe0a35663f2021624f4f') + +build() { + cd klayout-$pkgver + ./build.sh $build_opt +} + +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 2020-08-18 08:19:49 UTC (rev 683779) +++ klayoutEditor.desktop 2020-08-18 08:20:13 UTC (rev 683780) @@ -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/ic
[arch-commits] Commit in klayout/repos/community-x86_64 (6 files)
Date: Monday, August 17, 2020 @ 06:20:14 Author: felixonmars Revision: 682282 archrelease: copy trunk to community-x86_64 Added: klayout/repos/community-x86_64/PKGBUILD (from rev 682281, klayout/trunk/PKGBUILD) klayout/repos/community-x86_64/klayoutEditor.desktop (from rev 682281, klayout/trunk/klayoutEditor.desktop) klayout/repos/community-x86_64/klayoutViewer.desktop (from rev 682281, 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 === --- PKGBUILD2020-08-17 06:19:58 UTC (rev 682281) +++ PKGBUILD2020-08-17 06:20:14 UTC (rev 682282) @@ -1,36 +0,0 @@ -# Contributor: Lars Boettcher -# Maintainer: Aaron Ali - -pkgname=klayout -pkgver=0.26.3 -pkgrel=1 -pkgdesc="High Performance Layout Viewer And Editor. Support of GDS and OASIS files." -arch=('x86_64') -url="http://www.klayout.org/"; -license=('GPL') -depends=('qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-xmlpatterns' 'qt5-svg' 'ruby' 'python') -source=(http://www.klayout.org/downloads/source/klayout-$pkgver.tar.gz -klayoutEditor.desktop klayoutViewer.desktop) -sha512sums=('611c51669c9d4fdc0605aa7aa0a89b3174de8831d4d50aafc22b7f45b2d8759e7f84bb59ec0d65a0aec67c489c3937aad84ac2da29a247acafc4741bb8fc9169' - 'bc6c7621e5cda754509a86664fb3e7ecd15f577dec712f4b0c52c9a7455ba692043a67145f5bf143d8fdc502b84e4212303906d62107537eefb4bebe57b2ffe1' - '37a3bbb06ab155c1c22e3990cf160383570e8ea945dbf4964bc94b6fd4e6321627d31071a29d3dbeafc9e2fc406b6905761e299bfccdfe0a35663f2021624f4f') - -build() { - cd klayout-$pkgver - ./build.sh $build_opt -} - -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 682281, klayout/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-08-17 06:20:14 UTC (rev 682282) @@ -0,0 +1,36 @@ +# Contributor: Lars Boettcher +# Maintainer: Aaron Ali + +pkgname=klayout +pkgver=0.26.4 +pkgrel=1 +pkgdesc="High Performance Layout Viewer And Editor. Support of GDS and OASIS files." +arch=('x86_64') +url="http://www.klayout.org/"; +license=('GPL') +depends=('qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-xmlpatterns' 'qt5-svg' 'ruby' 'python') +source=(http://www.klayout.org/downloads/source/klayout-$pkgver.tar.gz +klayoutEditor.desktop klayoutViewer.desktop) +sha512sums=('df91434e87d8cc6f4df837eacd756566626405fb75b0cce40c25f157d547dc1e5929746b6b276a317512c038e014bbdd1655615c93d76d9ed5bcf65280d95355' + 'bc6c7621e5cda754509a86664fb3e7ecd15f577dec712f4b0c52c9a7455ba692043a67145f5bf143d8fdc502b84e4212303906d62107537eefb4bebe57b2ffe1' + '37a3bbb06ab155c1c22e3990cf160383570e8ea945dbf4964bc94b6fd4e6321627d31071a29d3dbeafc9e2fc406b6905761e299bfccdfe0a35663f2021624f4f') + +build() { + cd klayout-$pkgver + ./build.sh $build_opt +} + +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 2020-08-17 06:19:58 UTC (rev 682281) +++ klayoutEditor.desktop 2020-08-17 06:20:14 UTC (rev 682282) @@ -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/ico
[arch-commits] Commit in klayout/repos/community-x86_64 (6 files)
Date: Sunday, August 16, 2020 @ 17:05:17 Author: felixonmars Revision: 681687 archrelease: copy trunk to community-x86_64 Added: klayout/repos/community-x86_64/PKGBUILD (from rev 681685, klayout/trunk/PKGBUILD) klayout/repos/community-x86_64/klayoutEditor.desktop (from rev 681685, klayout/trunk/klayoutEditor.desktop) klayout/repos/community-x86_64/klayoutViewer.desktop (from rev 681685, 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 === --- PKGBUILD2020-08-16 17:05:16 UTC (rev 681686) +++ PKGBUILD2020-08-16 17:05:17 UTC (rev 681687) @@ -1,36 +0,0 @@ -# Contributor: Lars Boettcher -# Maintainer: Aaron Ali - -pkgname=klayout -pkgver=0.26.2 -pkgrel=1 -pkgdesc="High Performance Layout Viewer And Editor. Support of GDS and OASIS files." -arch=('x86_64') -url="http://www.klayout.org/"; -license=('GPL') -depends=('qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-xmlpatterns' 'qt5-svg' 'ruby' 'python') -source=(http://www.klayout.org/downloads/source/klayout-$pkgver.tar.gz -klayoutEditor.desktop klayoutViewer.desktop) -sha512sums=('c5f766aeb513d74e398c87ae2958c27f10f237cab1c714b2945381a1b0d5dc0fa172ca7680275fd3f1b3a65e4cc6904fb4960628725744d9711180f5caf4a72f' - 'bc6c7621e5cda754509a86664fb3e7ecd15f577dec712f4b0c52c9a7455ba692043a67145f5bf143d8fdc502b84e4212303906d62107537eefb4bebe57b2ffe1' - '37a3bbb06ab155c1c22e3990cf160383570e8ea945dbf4964bc94b6fd4e6321627d31071a29d3dbeafc9e2fc406b6905761e299bfccdfe0a35663f2021624f4f') - -build() { - cd klayout-$pkgver - ./build.sh $build_opt -} - -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 681685, klayout/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-08-16 17:05:17 UTC (rev 681687) @@ -0,0 +1,36 @@ +# Contributor: Lars Boettcher +# Maintainer: Aaron Ali + +pkgname=klayout +pkgver=0.26.3 +pkgrel=1 +pkgdesc="High Performance Layout Viewer And Editor. Support of GDS and OASIS files." +arch=('x86_64') +url="http://www.klayout.org/"; +license=('GPL') +depends=('qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-xmlpatterns' 'qt5-svg' 'ruby' 'python') +source=(http://www.klayout.org/downloads/source/klayout-$pkgver.tar.gz +klayoutEditor.desktop klayoutViewer.desktop) +sha512sums=('611c51669c9d4fdc0605aa7aa0a89b3174de8831d4d50aafc22b7f45b2d8759e7f84bb59ec0d65a0aec67c489c3937aad84ac2da29a247acafc4741bb8fc9169' + 'bc6c7621e5cda754509a86664fb3e7ecd15f577dec712f4b0c52c9a7455ba692043a67145f5bf143d8fdc502b84e4212303906d62107537eefb4bebe57b2ffe1' + '37a3bbb06ab155c1c22e3990cf160383570e8ea945dbf4964bc94b6fd4e6321627d31071a29d3dbeafc9e2fc406b6905761e299bfccdfe0a35663f2021624f4f') + +build() { + cd klayout-$pkgver + ./build.sh $build_opt +} + +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 2020-08-16 17:05:16 UTC (rev 681686) +++ klayoutEditor.desktop 2020-08-16 17:05:17 UTC (rev 681687) @@ -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/ico
[arch-commits] Commit in klayout/repos/community-x86_64 (6 files)
Date: Saturday, August 15, 2020 @ 19:22:57 Author: felixonmars Revision: 679849 archrelease: copy trunk to community-x86_64 Added: klayout/repos/community-x86_64/PKGBUILD (from rev 679848, klayout/trunk/PKGBUILD) klayout/repos/community-x86_64/klayoutEditor.desktop (from rev 679848, klayout/trunk/klayoutEditor.desktop) klayout/repos/community-x86_64/klayoutViewer.desktop (from rev 679848, 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 === --- PKGBUILD2020-08-15 19:22:44 UTC (rev 679848) +++ PKGBUILD2020-08-15 19:22:57 UTC (rev 679849) @@ -1,36 +0,0 @@ -# Contributor: Lars Boettcher -# Maintainer: Aaron Ali - -pkgname=klayout -pkgver=0.26.1 -pkgrel=1 -pkgdesc="High Performance Layout Viewer And Editor. Support of GDS and OASIS files." -arch=('x86_64') -url="http://www.klayout.org/"; -license=('GPL') -depends=('qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-xmlpatterns' 'qt5-svg' 'ruby' 'python') -source=(http://www.klayout.org/downloads/source/klayout-$pkgver.tar.gz -klayoutEditor.desktop klayoutViewer.desktop) -sha512sums=('8d3927e862d8b874af9e573dcfeb096969d946b7abae81761bf78fc0a58d92438e16f4edb06226968486c8969c77aada4737f716c809e58a2925948aff6886da' - 'bc6c7621e5cda754509a86664fb3e7ecd15f577dec712f4b0c52c9a7455ba692043a67145f5bf143d8fdc502b84e4212303906d62107537eefb4bebe57b2ffe1' - '37a3bbb06ab155c1c22e3990cf160383570e8ea945dbf4964bc94b6fd4e6321627d31071a29d3dbeafc9e2fc406b6905761e299bfccdfe0a35663f2021624f4f') - -build() { - cd klayout-$pkgver - ./build.sh $build_opt -} - -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 679848, klayout/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-08-15 19:22:57 UTC (rev 679849) @@ -0,0 +1,36 @@ +# Contributor: Lars Boettcher +# Maintainer: Aaron Ali + +pkgname=klayout +pkgver=0.26.2 +pkgrel=1 +pkgdesc="High Performance Layout Viewer And Editor. Support of GDS and OASIS files." +arch=('x86_64') +url="http://www.klayout.org/"; +license=('GPL') +depends=('qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-xmlpatterns' 'qt5-svg' 'ruby' 'python') +source=(http://www.klayout.org/downloads/source/klayout-$pkgver.tar.gz +klayoutEditor.desktop klayoutViewer.desktop) +sha512sums=('c5f766aeb513d74e398c87ae2958c27f10f237cab1c714b2945381a1b0d5dc0fa172ca7680275fd3f1b3a65e4cc6904fb4960628725744d9711180f5caf4a72f' + 'bc6c7621e5cda754509a86664fb3e7ecd15f577dec712f4b0c52c9a7455ba692043a67145f5bf143d8fdc502b84e4212303906d62107537eefb4bebe57b2ffe1' + '37a3bbb06ab155c1c22e3990cf160383570e8ea945dbf4964bc94b6fd4e6321627d31071a29d3dbeafc9e2fc406b6905761e299bfccdfe0a35663f2021624f4f') + +build() { + cd klayout-$pkgver + ./build.sh $build_opt +} + +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 2020-08-15 19:22:44 UTC (rev 679848) +++ klayoutEditor.desktop 2020-08-15 19:22:57 UTC (rev 679849) @@ -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/i
[arch-commits] Commit in klayout/repos/community-x86_64 (6 files)
Date: Thursday, August 13, 2020 @ 14:21:33 Author: felixonmars Revision: 677319 archrelease: copy trunk to community-x86_64 Added: klayout/repos/community-x86_64/PKGBUILD (from rev 677318, klayout/trunk/PKGBUILD) klayout/repos/community-x86_64/klayoutEditor.desktop (from rev 677318, klayout/trunk/klayoutEditor.desktop) klayout/repos/community-x86_64/klayoutViewer.desktop (from rev 677318, 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 === --- PKGBUILD2020-08-13 14:21:21 UTC (rev 677318) +++ PKGBUILD2020-08-13 14:21:33 UTC (rev 677319) @@ -1,36 +0,0 @@ -# Contributor: Lars Boettcher -# Maintainer: Aaron Ali - -pkgname=klayout -pkgver=0.26 -pkgrel=3 -pkgdesc="High Performance Layout Viewer And Editor. Support of GDS and OASIS files." -arch=('x86_64') -url="http://www.klayout.org/"; -license=('GPL') -depends=('qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-xmlpatterns' 'qt5-svg' 'ruby' 'python') -source=(http://www.klayout.org/downloads/source/klayout-$pkgver.tar.gz -klayoutEditor.desktop klayoutViewer.desktop) -sha512sums=('3be8ba9b5e868daf8c6fbd1be42a41a90f532b55b440a79d72e2a1ebbfe601dd88ea467c463d338360c500c8bb41007bbaa286e1c10bcd83dda5ea90e7ed9ef7' - 'bc6c7621e5cda754509a86664fb3e7ecd15f577dec712f4b0c52c9a7455ba692043a67145f5bf143d8fdc502b84e4212303906d62107537eefb4bebe57b2ffe1' - '37a3bbb06ab155c1c22e3990cf160383570e8ea945dbf4964bc94b6fd4e6321627d31071a29d3dbeafc9e2fc406b6905761e299bfccdfe0a35663f2021624f4f') - -build() { - cd klayout-$pkgver - ./build.sh $build_opt -} - -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 677318, klayout/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-08-13 14:21:33 UTC (rev 677319) @@ -0,0 +1,36 @@ +# Contributor: Lars Boettcher +# Maintainer: Aaron Ali + +pkgname=klayout +pkgver=0.26.1 +pkgrel=1 +pkgdesc="High Performance Layout Viewer And Editor. Support of GDS and OASIS files." +arch=('x86_64') +url="http://www.klayout.org/"; +license=('GPL') +depends=('qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-xmlpatterns' 'qt5-svg' 'ruby' 'python') +source=(http://www.klayout.org/downloads/source/klayout-$pkgver.tar.gz +klayoutEditor.desktop klayoutViewer.desktop) +sha512sums=('8d3927e862d8b874af9e573dcfeb096969d946b7abae81761bf78fc0a58d92438e16f4edb06226968486c8969c77aada4737f716c809e58a2925948aff6886da' + 'bc6c7621e5cda754509a86664fb3e7ecd15f577dec712f4b0c52c9a7455ba692043a67145f5bf143d8fdc502b84e4212303906d62107537eefb4bebe57b2ffe1' + '37a3bbb06ab155c1c22e3990cf160383570e8ea945dbf4964bc94b6fd4e6321627d31071a29d3dbeafc9e2fc406b6905761e299bfccdfe0a35663f2021624f4f') + +build() { + cd klayout-$pkgver + ./build.sh $build_opt +} + +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 2020-08-13 14:21:21 UTC (rev 677318) +++ klayoutEditor.desktop 2020-08-13 14:21:33 UTC (rev 677319) @@ -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/ico
[arch-commits] Commit in klayout/repos/community-x86_64 (6 files)
Date: Wednesday, October 23, 2019 @ 20:57:47 Author: felixonmars Revision: 518775 archrelease: copy trunk to community-x86_64 Added: klayout/repos/community-x86_64/PKGBUILD (from rev 518774, klayout/trunk/PKGBUILD) klayout/repos/community-x86_64/klayoutEditor.desktop (from rev 518774, klayout/trunk/klayoutEditor.desktop) klayout/repos/community-x86_64/klayoutViewer.desktop (from rev 518774, 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 === --- PKGBUILD2019-10-23 20:57:30 UTC (rev 518774) +++ PKGBUILD2019-10-23 20:57:47 UTC (rev 518775) @@ -1,36 +0,0 @@ -# Contributor: Lars Boettcher -# Maintainer: Aaron Ali - -pkgname=klayout -pkgver=0.25.9 -pkgrel=1 -pkgdesc="High Performance Layout Viewer And Editor. Support of GDS and OASIS files." -arch=('i686' 'x86_64') -url="http://www.klayout.org/"; -license=('GPL') -depends=('qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-xmlpatterns' 'qt5-svg' 'ruby' 'python') -source=(http://www.klayout.org/downloads/source/klayout-$pkgver.tar.gz -klayoutEditor.desktop klayoutViewer.desktop) -sha512sums=('6becad581b94d8ca36c10afbae422fa4a322986190b45fa752cb864cb5b61c35926ac550a20dc1892dfb0c40cbc52d817bb44cbc512329209af86d8d5247240f' - 'bc6c7621e5cda754509a86664fb3e7ecd15f577dec712f4b0c52c9a7455ba692043a67145f5bf143d8fdc502b84e4212303906d62107537eefb4bebe57b2ffe1' - '37a3bbb06ab155c1c22e3990cf160383570e8ea945dbf4964bc94b6fd4e6321627d31071a29d3dbeafc9e2fc406b6905761e299bfccdfe0a35663f2021624f4f') - -build() { - cd klayout-$pkgver - ./build.sh $build_opt -} - -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 518774, klayout/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-10-23 20:57:47 UTC (rev 518775) @@ -0,0 +1,36 @@ +# Contributor: Lars Boettcher +# Maintainer: Aaron Ali + +pkgname=klayout +pkgver=0.26 +pkgrel=1 +pkgdesc="High Performance Layout Viewer And Editor. Support of GDS and OASIS files." +arch=('x86_64') +url="http://www.klayout.org/"; +license=('GPL') +depends=('qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-xmlpatterns' 'qt5-svg' 'ruby' 'python') +source=(http://www.klayout.org/downloads/source/klayout-$pkgver.tar.gz +klayoutEditor.desktop klayoutViewer.desktop) +sha512sums=('3be8ba9b5e868daf8c6fbd1be42a41a90f532b55b440a79d72e2a1ebbfe601dd88ea467c463d338360c500c8bb41007bbaa286e1c10bcd83dda5ea90e7ed9ef7' + 'bc6c7621e5cda754509a86664fb3e7ecd15f577dec712f4b0c52c9a7455ba692043a67145f5bf143d8fdc502b84e4212303906d62107537eefb4bebe57b2ffe1' + '37a3bbb06ab155c1c22e3990cf160383570e8ea945dbf4964bc94b6fd4e6321627d31071a29d3dbeafc9e2fc406b6905761e299bfccdfe0a35663f2021624f4f') + +build() { + cd klayout-$pkgver + ./build.sh $build_opt +} + +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 2019-10-23 20:57:30 UTC (rev 518774) +++ klayoutEditor.desktop 2019-10-23 20:57:47 UTC (rev 518775) @@ -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/