| Hash | Commit message | Author | Date | Files | + | - |
1 | commit a0c185bc081d0f0b63104819d93b78963ac24395 |
2 | Author: a4to <[email protected]> |
3 | Date: Mon Apr 11 10:52:40 2022 +0200 |
4 | |
5 | Update. |
6 | --- |
7 | PKGBUILD | 16 +++++++--------- |
8 | Xappearance.h | 28 ++++++++++++++-------------- |
9 | boxdraw.o | Bin 7680 -> 0 bytes |
10 | hb.o | Bin 4544 -> 0 bytes |
11 | st | Bin 120904 -> 0 bytes |
12 | st.o | Bin 79704 -> 0 bytes |
13 | x.o | Bin 88712 -> 0 bytes |
14 | 7 files changed, 21 insertions(+), 23 deletions(-) |
15 | |
16 | diff --git a/PKGBUILD b/PKGBUILD |
17 | index 16faff8..2dcb78e 100644 |
18 | --- a/PKGBUILD |
19 | +++ b/PKGBUILD |
20 | @@ -1,15 +1,15 @@ |
21 | # Maintainer: Connor Etherington <[email protected]> |
22 | # --- |
23 | _pkgbase=st |
24 | -pkgname=st-nu1ll1nux |
25 | -pkgver=1.0.12 |
26 | +pkgname=auto-st |
27 | +pkgver=0.8.5.r14 |
28 | pkgrel=1 |
29 | pkgdesc="Concise Build of Suckless Simple Terminal" |
30 | arch=('x86_64') |
31 | -url="https://gitlab.com/qYp/${_pkgbase}" |
32 | +url="https://gitlab.com/a4to/${_pkgbase}" |
33 | license=('MIT') |
34 | options=('zipman') |
35 | -depends=('libxft') |
36 | +depends=('libxft' 'ttf-hack') |
37 | makedepends=('ncurses' 'libxft' 'git') |
38 | optdepends=( |
39 | 'dmenu: feed urls to dmenu' |
40 | @@ -17,14 +17,12 @@ optdepends=( |
41 | ) |
42 | provides=(st) |
43 | conflicts=(st) |
44 | -replaces=(st) |
45 | -backup=(usr/bin/st.bak) |
46 | source=("git+$url.git") |
47 | md5sums=('SKIP') |
48 | |
49 | pkgver() { |
50 | cd "${_pkgbase}" |
51 | - printf "1.0.""$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" |
52 | + printf "0.8.5.r$(git rev-list --count HEAD)" |
53 | } |
54 | |
55 | prepare() { |
56 | @@ -39,7 +37,7 @@ build() { |
57 | |
58 | package() { |
59 | cd "${_pkgbase}" |
60 | - make PREFIX=/usr DESTDIR="${pkgdir}" clean install |
61 | + make PREFIX=/usr DESTDIR="${pkgdir}" install |
62 | install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" |
63 | - install -Dm644 Xdefaults "${pkgdir}/usr/share/doc/${pkgname}/Xdefaults.example" |
64 | + install -Dm644 Xappearance.h "${pkgdir}/usr/share/doc/${pkgname}/Xdefaults.example" |
65 | } |
66 | diff --git a/Xappearance.h b/Xappearance.h |
67 | index c4ae988..06913e0 100644 |
68 | --- a/Xappearance.h |
69 | +++ b/Xappearance.h |
70 | @@ -12,22 +12,22 @@ unsigned int background = 258; |
71 | // Terminal colors (16 first used in escape sequence) |
72 | |
73 | static const char *colorname[] = { |
74 | - "#040303", |
75 | - "#0F0B0A", |
76 | - "#2C0706", |
77 | - "#1B1C20", |
78 | - "#541314", |
79 | - "#CE3804", |
80 | - "#55747B", |
81 | - "#E2611B", |
82 | - "#AD3F42", |
83 | - "#E3B036", |
84 | - "#FEEB00", |
85 | + "#010101", |
86 | + "#110C0F", |
87 | "#45A59A", |
88 | + "#23181D", |
89 | + "#45313A", |
90 | + "#FEEB00", |
91 | + "#FA3C00", |
92 | + "#B94CCA", |
93 | + "#D12F5E", |
94 | + "#ED8B21", |
95 | + "#FEEB00", |
96 | + "#AB47BB", |
97 | "#45A59A", |
98 | - "#67D0A8", |
99 | - "#97E4B0", |
100 | - "#CBD9A4", |
101 | + "#1ABADD", |
102 | + "#1393E4", |
103 | + "#B2C8DB", |
104 | [255] = 0, |
105 | "#add8e6", |
106 | "#555555", |
107 | diff --git a/boxdraw.o b/boxdraw.o |
108 | deleted file mode 100644 |
109 | index 10b0a5c..0000000 |
110 | Binary files a/boxdraw.o and /dev/null differ |
111 | diff --git a/hb.o b/hb.o |
112 | deleted file mode 100644 |
113 | index 58ecc22..0000000 |
114 | Binary files a/hb.o and /dev/null differ |
115 | diff --git a/st b/st |
116 | deleted file mode 100755 |
117 | index 078621e..0000000 |
118 | Binary files a/st and /dev/null differ |
119 | diff --git a/st.o b/st.o |
120 | deleted file mode 100644 |
121 | index bfb7347..0000000 |
122 | Binary files a/st.o and /dev/null differ |
123 | diff --git a/x.o b/x.o |
124 | deleted file mode 100644 |
125 | index dd20b73..0000000 |
126 | Binary files a/x.o and /dev/null differ |