-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #173 from ataraxialinux/runit
Big changes!
- Loading branch information
Showing
555 changed files
with
5,045 additions
and
8,760 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,28 @@ | ||
# Description: A port of various original Plan 9 tools to Unix, based on plan9port. | ||
# URL: http://tools.suckless.org/9base | ||
# Maintainer: Ben O'Neill <[email protected]> | ||
# Section: plan9 | ||
# Maintainer: protonesso, nagakamira at gmail dot com | ||
# Priority: required | ||
# Section: base | ||
|
||
name=9base | ||
version=6 | ||
release=2 | ||
release=3 | ||
options=('bootstrap') | ||
source=("http://dl.suckless.org/tools/$name-$version.tar.gz") | ||
|
||
build() { | ||
unset CFLAGS CXXFLAGS | ||
|
||
cd $SRC/$name-$version | ||
patch -Np1 -i "$STUFF"/9base/dirread.patch lib9/dirread.c | ||
make | ||
make DESTDIR="$PKG" install | ||
patch -Np1 -i "$STUFF"/9base/0001-fix.patch | ||
|
||
if [ "$USEBOOTSTRAP" = "yes" ]; then | ||
make CC="$CC" | ||
else | ||
make | ||
fi | ||
|
||
for i in ascii cleanname fortune freq mk pbd primes sam unutf; do | ||
install -Dm755 $i/$i "$PKG"/usr/bin/$i | ||
done | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Description: AppStream data for Ataraxia Linux | ||
# URL: https://ataraxialinux.github.io/ | ||
# Maintainer: protonesso, nagakamira at gmail dot com | ||
# Section: misc | ||
|
||
name=appdata | ||
version=93d48b34a91b90dbb506fc3880355c29f1d7af3e | ||
release=1 | ||
source=("https://github.com/protonesso/appstream-data/archive/$version.tar.gz") | ||
|
||
build() { | ||
cd "$SRC"/appstream-data-$version | ||
./install "$PKG" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Description: Versatile file searching tool | ||
# URL: https://git.xfce.org/apps/catfish/about/ | ||
# Maintainer: protonesso, nagakamira at gmail dot com | ||
# Depends on: mlocate python python-distutils-extra pygobject python-pexpect python-pyxdg python-dbus gtk3 | ||
# Section: xfce | ||
|
||
name=catfish | ||
version=1.4.13 | ||
release=1 | ||
source=("https://archive.xfce.org/src/apps/$name/${version%.*}/$name-$version.tar.bz2") | ||
|
||
build() { | ||
cd "$SRC"/$name-$version | ||
python3 setup.py build | ||
python3 setup.py install --prefix=/usr --root="$PKG" --optimize=1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.