aboutsummaryrefslogtreecommitdiffstats
path: root/st-custom
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2016-01-24 19:48:48 +0000
committerTharre <tharre3@gmail.com>2016-01-24 19:48:48 +0000
commit27913c41fa5e1d78a6e9bef74025a8cf21f51ea6 (patch)
treefdac92fc5ac4b0435ed5feaebb0b58dbb74ac869 /st-custom
parenta76dfc1972c361bf4f522e18b07a1a2bf0ffea49 (diff)
downloadpkgbuilds-27913c41fa5e1d78a6e9bef74025a8cf21f51ea6.tar.gz
pkgbuilds-27913c41fa5e1d78a6e9bef74025a8cf21f51ea6.tar.xz
pkgbuilds-27913c41fa5e1d78a6e9bef74025a8cf21f51ea6.zip
st: rename package from st-custom to st
Diffstat (limited to 'st-custom')
-rw-r--r--st-custom/.gitignore1
-rw-r--r--st-custom/PKGBUILD42
-rw-r--r--st-custom/st-terminal.desktop11
3 files changed, 0 insertions, 54 deletions
diff --git a/st-custom/.gitignore b/st-custom/.gitignore
deleted file mode 100644
index 5979724..0000000
--- a/st-custom/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-st/
diff --git a/st-custom/PKGBUILD b/st-custom/PKGBUILD
deleted file mode 100644
index d1fbf01..0000000
--- a/st-custom/PKGBUILD
+++ /dev/null
@@ -1,42 +0,0 @@
-# Maintainer: Tharre <tharre3@gmail.com>
-
-pkgname=st-custom
-_pkgname=st
-pkgver=0.6.r31.g5d2d9d5
-pkgrel=1
-pkgdesc='Simple virtual terminal emulator for X'
-url='http://git.suckless.org/st/'
-arch=('i686' 'x86_64' 'armv7h')
-license=('MIT')
-depends=('libxft')
-makedepends=('ncurses' 'libxext' 'git')
-source=('st::git+https://github.com/Tharre/st-transparency.git#branch=custom_config'
- 'st-terminal.desktop')
-md5sums=('SKIP'
- 'bbe3714218145d39b6920961f27692e6')
-
-provides=("${_pkgname}")
-conflicts=("${_pkgname}")
-
-pkgver() {
- cd "${srcdir}/${_pkgname}"
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-prepare() {
- cd "${srcdir}/${_pkgname}"
- ln -sf config.def.h config.h
-}
-
-build() {
- cd "${srcdir}/${_pkgname}"
- make
-}
-
-package() {
- cd "${srcdir}/${_pkgname}"
- make PREFIX=/usr DESTDIR="${pkgdir}" TERMINFO="${pkgdir}/usr/share/terminfo" install
- install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
- install -Dm644 README FAQ -t "${pkgdir}/usr/share/doc/${pkgname}"
- install -Dm644 "${srcdir}/st-terminal.desktop" -t "${pkgdir}/usr/share/applications"
-}
diff --git a/st-custom/st-terminal.desktop b/st-custom/st-terminal.desktop
deleted file mode 100644
index c1910b1..0000000
--- a/st-custom/st-terminal.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Name=st
-Comment=A simple virtual terminal emulator for X.
-GenericName=Terminal Emulator
-Exec=st
-Icon=utilities-terminal
-Terminal=false
-Type=Application
-Categories=System;TerminalEmulator;
-StartupNotify=true