summaryrefslogtreecommitdiff
path: root/tkabber-plugins/Pkgfile
diff options
context:
space:
mode:
authorShokara Kou <kou@13f0.net>2022-04-23 00:28:31 -0400
committerShokara Kou <kou@13f0.net>2022-12-10 16:12:53 -0500
commit056124f31eedc2b0351da918d3b18171eaefb4a8 (patch)
tree17fdc4e0770e64dd1edd9f4756b8c48d3effc2db /tkabber-plugins/Pkgfile
parentb59a49a9ff69ea524728ba48b7dd6c0d2ecc89ac (diff)
remove unused packages
nvidia-gtk2: I have an AMD GPU now tk*/bwidget: I no longer use tkabber maxx-desktop: I use cwm and dislike maxx being proprietary (might as well use mwm/cde) otter-browser: I found it too slow, so I use qutebrowser for school (webrtc) now
Diffstat (limited to 'tkabber-plugins/Pkgfile')
-rw-r--r--tkabber-plugins/Pkgfile16
1 files changed, 0 insertions, 16 deletions
diff --git a/tkabber-plugins/Pkgfile b/tkabber-plugins/Pkgfile
deleted file mode 100644
index 825da54..0000000
--- a/tkabber-plugins/Pkgfile
+++ /dev/null
@@ -1,16 +0,0 @@
1# Description: A FOSS Jabber/XMPP client written in Tcl/Tk
2# URL: http://tkabber.jabber.ru/
3# Maintainer: Shokara Kou, shokara at kalli dot st
4# Depends on: tcl tk
5
6name=tkabber-plugins
7version=trunk
8release=1
9source=(http://chiselapp.com/user/sgolovan/repository/$name/tarball/$name-$version.tar.gz)
10
11build() {
12 cd $name-$version
13
14 install -d $PKG/usr/share/tkabber/plugins
15 cp -r * $PKG/usr/share/tkabber/plugins
16}