Date: Monday, May 1, 2023 @ 16:56:56
Author: arojas
Revision: 1455719
archrelease: copy trunk to community-x86_64
Added:
texmaker/repos/community-x86_64/PKGBUILD
(from rev 1455718, texmaker/trunk/PKGBUILD)
Deleted:
texmaker/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-01 16:56:46 UTC (rev 1455718)
+++ PKGBUILD 2023-05-01 16:56:56 UTC (rev 1455719)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Federico Cinelli <[email protected]>
-
-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
-}
Copied: texmaker/repos/community-x86_64/PKGBUILD (from rev 1455718,
texmaker/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-01 16:56:56 UTC (rev 1455719)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Federico Cinelli <[email protected]>
+
+pkgname=texmaker
+pkgver=5.1.4
+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=('320504d62b71b591c06b7d0b1202ac750a3112fe2ca328e30580055eb308fea6')
+
+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
+}