summaryrefslogtreecommitdiff
path: root/maxx-desktop/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'maxx-desktop/Pkgfile')
-rw-r--r--maxx-desktop/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/maxx-desktop/Pkgfile b/maxx-desktop/Pkgfile
deleted file mode 100644
index 53ef304..0000000
--- a/maxx-desktop/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
1# Description: A package of M4 macros to produce scripts to automatically configure sourcecode
2# URL: http://www.gnu.org/software/autoconf
3# Maintainer: Shokara Kou, shokara at kalli dot st
4# Depends on: libjpeg-turbo ncurses
5
6name=maxx-desktop
7version=2.1.1
8release=1
9source=(https://s3.ca-central-1.amazonaws.com/cdn.maxxinteractive.com/maxx-desktop-installer/MaXX-Desktop-v$version-LINUX-x64-tar.xz)
10
11build () {
12 # extracts binaries to /opt because scripts inside appear to be hardcoded to there
13 install -d $PKG/opt
14 tar Jxf MaXX-Desktop-v$version-LINUX-x64-tar.xz -C $PKG/opt/
15
16 # symlinks the gtk icon and cursor theme
17 install -d $PKG/usr/share/icons $PKG/usr/share/xsessions
18 ln -s /opt/MaXX/share/icons/IRIX $PKG/usr/share/icons
19 ln -s /opt/MaXX/share/icons/redSGI $PKG/usr/share/icons
20
21 # adds maxx as an option to a display manager
22 ln -s /opt/MaXX/share/xsessions/maxx.desktop $PKG/usr/share/xsessions/
23}