[arch-commits] Commit in texmaker/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Thu Apr 28 17:24:09 UTC 2022
Date: Thursday, April 28, 2022 @ 17:24:09
Author: arojas
Revision: 1191671
archrelease: copy trunk to community-x86_64
Added:
texmaker/repos/community-x86_64/PKGBUILD
(from rev 1191670, texmaker/trunk/PKGBUILD)
Deleted:
texmaker/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-28 17:23:56 UTC (rev 1191670)
+++ PKGBUILD 2022-04-28 17:24:09 UTC (rev 1191671)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
-
-pkgname=texmaker
-pkgver=5.1.2
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=(x86_64)
-url='https://www.xm1math.net/texmaker/index.html'
-license=(GPL)
-depends=(qt5-webengine texlive-core)
-optdepends=('ghostscript: LaTeX to HTML conversion command')
-source=(https://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('526896f2c1ae561130eec7aae815b9dcda9e8eeb772b6541d0dc94ce91a71044')
-
-build() {
- cd $pkgname-$pkgver
- qmake-qt5 PREFIX=/usr texmaker.pro
- make
-}
-package() {
- cd $pkgname-$pkgver
-
- install -dm755 "$pkgdir"/usr/share
- make INSTALL_PATH="$pkgdir" INSTALL_ROOT="$pkgdir" PREFIX="/usr" install
-}
Copied: texmaker/repos/community-x86_64/PKGBUILD (from rev 1191670, texmaker/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-28 17:24:09 UTC (rev 1191671)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
+
+pkgname=texmaker
+pkgver=5.1.3
+pkgrel=1
+pkgdesc='Free cross-platform LaTeX editor'
+arch=(x86_64)
+url='https://www.xm1math.net/texmaker/index.html'
+license=(GPL)
+depends=(qt6-declarative qt6-5compat texlive-core)
+optdepends=('ghostscript: LaTeX to HTML conversion command')
+source=(https://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('bfa52e5e0e3c61d5258ea8c69ea527f6bd20f0e23fe2da43b80aee00b2609f61')
+
+build() {
+ cd $pkgname-$pkgver
+ qmake6 PREFIX=/usr texmaker.pro
+ make
+}
+package() {
+ cd $pkgname-$pkgver
+
+ install -dm755 "$pkgdir"/usr/share
+ make INSTALL_PATH="$pkgdir" INSTALL_ROOT="$pkgdir" PREFIX="/usr" install
+}
More information about the arch-commits
mailing list