Date: Sunday, May 7, 2023 @ 08:40:12
  Author: arojas
Revision: 1459225

archrelease: copy trunk to community-x86_64

Added:
  texworks/repos/community-x86_64/PKGBUILD
    (from rev 1459224, texworks/trunk/PKGBUILD)
  texworks/repos/community-x86_64/keys/
Deleted:
  texworks/repos/community-x86_64/PKGBUILD
  texworks/repos/community-x86_64/keys/

----------+
 PKGBUILD |   89 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-07 08:39:58 UTC (rev 1459224)
+++ PKGBUILD    2023-05-07 08:40:12 UTC (rev 1459225)
@@ -1,44 +0,0 @@
-# Maintainer: Jonas Witschel <[email protected]>
-pkgname=texworks
-pkgver=0.6.7
-_tag=4698e3a108f4ef7dcd234a00e7ef72a341878986 # git rev-parse "release-$pkgver"
-pkgrel=2
-pkgdesc='Unicode-based, TeX-aware editor with integrated PDF viewer'
-arch=('x86_64')
-url='https://www.tug.org/texworks/'
-license=('GPL')
-depends=('hunspell' 'libsynctex' 'poppler-qt5' 'qt5-base' 'qt5-declarative' 
'qt5-script' 'libpoppler-qt5.so')
-makedepends=('git' 'cmake' 'lua' 'python' 'qt5-tools')
-checkdepends=('gsfonts' 'poppler-data' 'xorg-server-xvfb')
-optdepends=('gsfonts: correctly display PDF files without embedded fonts'
-            'lua: Lua scripts support'
-            'poppler-data: correctly display certain CJK documents'
-            'python: Python scripts support'
-            'texlive-core: typeset TeX documents')
-source=("git+https://github.com/TeXworks/texworks.git?signed#tag=$_tag";)
-sha512sums=('SKIP')
-validpgpkeys=('8740ED04AF6A4FCC6BC51C426806F10000582F84') # Stefan Löffler 
(TeXworks) <[email protected]>
-
-pkgver() {
-       cd "$pkgname"
-       git describe | sed 's/^release-//;s/\([^-]*-\)g/r\1/;s/-/./g'
-}
-
-build() {
-       cmake -B build \
-             -S "$pkgname" \
-             -DCMAKE_BUILD_TYPE=None \
-             -DCMAKE_INSTALL_PREFIX=/usr \
-             -DTW_BUILD_ID='Arch Linux' \
-             -DWITH_PYTHON=ON
-       cmake --build build
-}
-
-check() {
-       cd build
-       xvfb-run ctest --output-on-failure
-}
-
-package() {
-       DESTDIR="$pkgdir" cmake --install build
-}

Copied: texworks/repos/community-x86_64/PKGBUILD (from rev 1459224, 
texworks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-07 08:40:12 UTC (rev 1459225)
@@ -0,0 +1,45 @@
+# Maintainer: Jonas Witschel <[email protected]>
+pkgname=texworks
+pkgver=0.6.8
+_tag=605a1c74393fb84acdf7dc9d8cf42d154d9de719 # git rev-parse "release-$pkgver"
+pkgrel=1
+pkgdesc='Unicode-based, TeX-aware editor with integrated PDF viewer'
+arch=('x86_64')
+url='https://www.tug.org/texworks/'
+license=('GPL')
+depends=('hunspell' 'libsynctex' 'poppler-qt5' 'qt5-base' 'qt5-declarative' 
'qt5-script' 'libpoppler-qt5.so')
+makedepends=('git' 'cmake' 'lua' 'python' 'qt5-tools')
+checkdepends=('gsfonts' 'poppler-data' 'xorg-server-xvfb')
+optdepends=('gsfonts: correctly display PDF files without embedded fonts'
+            'lua: Lua scripts support'
+            'poppler-data: correctly display certain CJK documents'
+            'python: Python scripts support'
+            'texlive-core: typeset TeX documents')
+source=("git+https://github.com/TeXworks/texworks.git?signed#tag=$_tag";)
+sha512sums=('SKIP')
+validpgpkeys=('8740ED04AF6A4FCC6BC51C426806F10000582F84'
+              '21BC42D38D1B03BE59F7A8F15016D150EA64A3D9') # Stefan Löffler 
(TeXworks) <[email protected]>
+
+pkgver() {
+       cd "$pkgname"
+       git describe | sed 's/^release-//;s/\([^-]*-\)g/r\1/;s/-/./g'
+}
+
+build() {
+       cmake -B build \
+             -S "$pkgname" \
+             -DCMAKE_BUILD_TYPE=None \
+             -DCMAKE_INSTALL_PREFIX=/usr \
+             -DTW_BUILD_ID='Arch Linux' \
+             -DWITH_PYTHON=ON
+       cmake --build build
+}
+
+check() {
+       cd build
+       xvfb-run ctest --output-on-failure
+}
+
+package() {
+       DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to