[arch-commits] Commit in texworks/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jonas Witschel
diabonas at archlinux.org
Wed Jun 2 17:28:49 UTC 2021
Date: Wednesday, June 2, 2021 @ 17:28:44
Author: diabonas
Revision: 953265
archrelease: copy trunk to community-x86_64
Added:
texworks/repos/community-x86_64/PKGBUILD
(from rev 953264, texworks/trunk/PKGBUILD)
Deleted:
texworks/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 80 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 39 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-02 17:28:15 UTC (rev 953264)
+++ PKGBUILD 2021-06-02 17:28:44 UTC (rev 953265)
@@ -1,41 +0,0 @@
-# Maintainer: Jonas Witschel <diabonas at archlinux.org>
-pkgname=texworks
-pkgver=0.6.6
-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-qt6' 'qt6-5compat' 'qt6-base'
- 'qt6-declarative' 'qt6-tools' 'libpoppler-qt6.so')
-makedepends=('cmake' 'lua' 'python')
-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=("$pkgname-$pkgver.tar.gz::https://github.com/TeXworks/texworks/archive/release-$pkgver.tar.gz")
-sha512sums=('65300dfbe4e0e2f3b387c868e343f6caeff4602b47afee5a02cce82e0e23b74fe559b4b54fb65d778748de56f38581305a9b3a53d743c957b7dc14ecce4546d1')
-
-build() {
- cmake -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=None \
- -DCMAKE_CXX_FLAGS="$CXXFLAGS $CPPFLAGS" \
- -DQT_DEFAULT_MAJOR_VERSION=6 \
- -DTW_BUILD_ID='Arch Linux' \
- -DWITH_PYTHON=ON \
- -B build \
- -S "texworks-release-$pkgver"
- make -C build
-}
-
-check() {
- cd build
- xvfb-run ctest --output-on-failure
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: texworks/repos/community-x86_64/PKGBUILD (from rev 953264, texworks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-06-02 17:28:44 UTC (rev 953265)
@@ -0,0 +1,39 @@
+# Maintainer: Jonas Witschel <diabonas at archlinux.org>
+pkgname=texworks
+pkgver=0.6.6
+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=('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=("$pkgname-$pkgver.tar.gz::https://github.com/TeXworks/texworks/archive/release-$pkgver.tar.gz")
+sha512sums=('3c1f09d3bb1a2a32947abc079c8def1a5f8a12203ccc6d25a2dc98ae7c4506f83653e8cac467ee74669d48a152c69110250c925c2bf9e40bafd6ae123f68a891')
+
+build() {
+ cmake -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=None \
+ -DCMAKE_CXX_FLAGS="$CXXFLAGS $CPPFLAGS" \
+ -DTW_BUILD_ID='Arch Linux' \
+ -DWITH_PYTHON=ON \
+ -B build \
+ -S "texworks-release-$pkgver"
+ make -C build
+}
+
+check() {
+ cd build
+ xvfb-run ctest --output-on-failure
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list