texmaker: dropped port

This commit is contained in:
Tim Biermann 2021-07-28 14:58:58 +02:00
parent a71ac8cce2
commit 270c7caf33
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 71 deletions

View File

@ -1,41 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/texmaker
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/texmaker.desktop
drwxr-xr-x root/root usr/share/metainfo/
-rw-r--r-- root/root usr/share/metainfo/texmaker.appdata.xml
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/texmaker.png
drwxr-xr-x root/root usr/share/texmaker/
-rw-r--r-- root/root usr/share/texmaker/doc1.png
-rw-r--r-- root/root usr/share/texmaker/doc10.png
-rw-r--r-- root/root usr/share/texmaker/doc11.png
-rw-r--r-- root/root usr/share/texmaker/doc12.png
-rw-r--r-- root/root usr/share/texmaker/doc13.png
-rw-r--r-- root/root usr/share/texmaker/doc14.png
-rw-r--r-- root/root usr/share/texmaker/doc15.png
-rw-r--r-- root/root usr/share/texmaker/doc16.png
-rw-r--r-- root/root usr/share/texmaker/doc17.png
-rw-r--r-- root/root usr/share/texmaker/doc2.png
-rw-r--r-- root/root usr/share/texmaker/doc20.png
-rw-r--r-- root/root usr/share/texmaker/doc21.png
-rw-r--r-- root/root usr/share/texmaker/doc22.png
-rw-r--r-- root/root usr/share/texmaker/doc3.png
-rw-r--r-- root/root usr/share/texmaker/doc4.png
-rw-r--r-- root/root usr/share/texmaker/doc5.png
-rw-r--r-- root/root usr/share/texmaker/doc6.png
-rw-r--r-- root/root usr/share/texmaker/doc6bis.png
-rw-r--r-- root/root usr/share/texmaker/doc7.png
-rw-r--r-- root/root usr/share/texmaker/doc8.png
-rw-r--r-- root/root usr/share/texmaker/doc9.png
-rw-r--r-- root/root usr/share/texmaker/hardwordwrap_selection_80col.tms
-rw-r--r-- root/root usr/share/texmaker/texmaker.svg
-rw-r--r-- root/root usr/share/texmaker/texmaker128x128.png
-rw-r--r-- root/root usr/share/texmaker/texmaker16x16.png
-rw-r--r-- root/root usr/share/texmaker/texmaker22x22.png
-rw-r--r-- root/root usr/share/texmaker/texmaker32x32.png
-rw-r--r-- root/root usr/share/texmaker/texmaker48x48.png
-rw-r--r-- root/root usr/share/texmaker/texmaker64x64.png
-rw-r--r-- root/root usr/share/texmaker/titlecase_selection.tms

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33Dl9u1FxMeYgkfnEDZbgyFQpxRbNAZrszVqz4E4Zjhsb/YgH02tsTETmd2oIey9oU6TQ6jn+8NHUUTn69f9nQM=
SHA256 (Pkgfile) = 771de88a9ba1b86f565ec35b2289e12065a32c4599bf90432089767ddd108a9b
SHA256 (.footprint) = c1c8b0f32e43b20e289e5809eba6782df4712b78124fcc3aead6f63eb3a91fae
SHA256 (texmaker-5.0.4.tar.bz2) = 1de3ab3f6d6bee37a7d0b528ca1cbb7ce8e7aef5ec6a4405aff2caf9d12bd0e2

View File

@ -1,25 +0,0 @@
# Description: Free cross-platform LaTeX editor
# URL: http://www.xm1math.net/texmaker/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: qt5, texlive
name=texmaker
version=5.0.4
release=1
source=(http://www.xm1math.net/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
/usr/lib/qt5/bin/qmake PREFIX=$PKG/usr \
DESKTOPDIR=$PKG/usr/share/applications \
ICONDIR=$PKG/usr/share/pixmaps \
METAINFODIR=$PKG/usr/share/metainfo \
texmaker.pro
make
make install
find $PKG/usr/share/texmaker \
-regex '.*/\(COPYING\|.*qm\|.*aff\|.*dic\|.*txt\|.*html\|.*tmx\|README\|AUTHORS\|INSTALL\|ChangeLog\|NEWS\|TODO\).*' \
-exec rm '{}' \+
}