aboutsummaryrefslogtreecommitdiff
path: root/repos/xorg/openbox/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-02-22 16:46:54 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-02-22 16:46:54 +0800
commit5b6cf1d4a79d80ea9c6f9e4ab9653875423fe4cb (patch)
treef1fe27b5a2945c9d83d4e60fbca8c32e3f4881d7 /repos/xorg/openbox/abuild
parent66196c82a820c3d13c833f4c626afad1dacbfc75 (diff)
downloadalicelinux-5b6cf1d4a79d80ea9c6f9e4ab9653875423fe4cb.tar.gz
alicelinux-5b6cf1d4a79d80ea9c6f9e4ab9653875423fe4cb.zip
dropped xorg
Diffstat (limited to 'repos/xorg/openbox/abuild')
-rw-r--r--repos/xorg/openbox/abuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/repos/xorg/openbox/abuild b/repos/xorg/openbox/abuild
deleted file mode 100644
index 36d049fa..00000000
--- a/repos/xorg/openbox/abuild
+++ /dev/null
@@ -1,18 +0,0 @@
-name=openbox
-version=3.6.1
-release=1
-source="http://$name.org/dist/$name/$name-$version.tar.gz"
-
-prebuild() {
- 2to3 -w data/autostart/openbox-xdg-autostart
- sed 's/python/python3/' -i data/autostart/openbox-xdg-autostart
-}
-
-build() {
- 2to3 -w data/autostart/openbox-xdg-autostart
- sed 's/python/python3/' -i data/autostart/openbox-xdg-autostart
-
- ./configure --prefix=/usr
- make
- make -j1 DESTDIR=$PKG install
-}