|
61 | Backend / Core | Feature Request | Very Low | Low | package request for obmenu-generator | Researching | |
Task Description
can we have package obmenu-generator on repos please?
https://github.com/trizen/obmenu-generator
|
|
60 | Backend / Core | Feature Request | Very Low | Low | package request for figlet, fbpanel | Researching | |
Task Description
Can we have figlet and fbpanel on repos please?
|
|
59 | Backend / Core | Feature Request | Very Low | Low | package request for cbatticon | Researching | |
Task Description
Can we have cbatticon available on repositories please?
|
|
51 | Backend / Core | Update | Medium | Low | python-cairo update | Researching | |
Task Description
no task description |
|
49 | Backend / Core | Bug Report | Very Low | Low | New package: girara | Requires testing | |
Task Description
A dependency of zathura: girara.
# Depends on: glib gtk3 meson
description="User interface library focused on simplicity and minimalism"
packager="Rocket"
url="http://pwmt.org/projects/girara"
name=girara
version=0.3.1
release=1
source=("https://github.com/pwmt/${name}/archive/${version}.tar.gz")
build() {
cd $name-$version
meson build
cd build
ninja
DESTDIR="$PKG" ninja install
}
|
|
48 | Backend / Core | Bug Report | Very Low | Low | New package: zathura-pdf-poppler | Requires testing | |
Task Description
The recipe to be able to view the pdf with poppler in zathura:
# Depends on: meson poppler-glib zathura
description="Adds pdf support to zathura by using the poppler engine"
packager="Rocket"
url="http://pwmt.org/projects/zathura-pdf-poppler/"
name=zathura-pdf-poppler
version=0.2.9
release=1
#source=("https://github.com/pwmt/${name}/archive/${version}.tar.gz")
source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-poppler-${version}.tar.xz)
build() {
cd zathura-pdf-poppler-${version}
meson --prefix /usr build
ninja -C build
DESTDIR="$PKG" ninja -C build install
}
|
|
47 | Backend / Core | Bug Report | Very Low | Low | New package: zathura | Requires testing | |
Task Description
The recipe for zathura:
# Depends on: girara meson python-babel python-docutils python-imagesize python-jinja python-packaging python-pygments python-requests python-six python-snowballstemmer python-sphinx python-sphinx-alabaster-theme python-sphinxcontrib-websupport
description="Minimalistic document viewer"
packager="Rocket"
url="http://pwmt.org/projects/zathura/"
name=zathura
version=0.4.1
release=1
source=(${url}/old-versions/${name}-${version}.tar.gz)
source=("https://github.com/pwmt/${name}/archive/${version}.tar.gz")
build() {
cd $name-$version
meson --prefix /usr build
cd build
ninja
DESTDIR="$PKG" ninja install
}
|
|
46 | Backend / Core | Bug Report | Very Low | Low | New package: python-sphinxcontrib-websupport | Requires testing | |
Task Description
The recipe for python-sphinxcontrib-websupport, necessary for zathura:
# Depends on: python python-setuptools
description="iSphinx API for Web Apps"
packager="Rocket"
url="http://www.sphinx-doc.org/"
name=python-sphinxcontrib-websupport
version=1.1.0
release=1
source=(https://pypi.org/packages/source/s/sphinxcontrib-websupport/sphinxcontrib-websupport-${version}.tar.gz)
build() {
cd sphinxcontrib-websupport-${version}
python3 setup.py build
python3 setup.py install --root="$PKG" --optimize=1
}
|
|
45 | Backend / Core | Bug Report | Very Low | Low | New package: python-sphinx-alabaster-theme | Requires testing | |
Task Description
The recipe for python-sphinx-alabaster-theme, necessary for zathura:
# Depends on: python python-setuptools
description="Sphinx default theme"
packager="Rocket"
url="https://github.com/bitprophet/alabaster"
name=python-sphinx-alabaster-theme
version=0.7.11
release=1
source=("https://pypi.org/packages/source/a/alabaster/alabaster-${version}.tar.gz")
build() {
cd alabaster-${version}
python3 setup.py build
python3 setup.py install --root="$PKG" --optimize=1
}
|
|
44 | Backend / Core | Update | Very Low | Low | New package: python-sphinx | Requires testing | |
Task Description
The package python-sphinx, necessary for zathura:
# Depends on: python python-setuptools
description="Python2 documentation generator"
packager="Rocket"
url="http://www.sphinx-doc.org/"
name=python-sphinx
version=1.8.1
release=1
source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-${version}.tar.gz")
build() {
cd Sphinx-$version
make PYTHON=python3 build
python3 setup.py install --root="$PKG" --optimize=1
}
|
|
43 | Backend / Core | Update | Very Low | Low | New package: python-snowballstemmer | Requires testing | |
Task Description
The recipe for python-snowballstemmer, necessary for zathura:
# Depends on: python
description="Snowball stemming library collection for Python"
packager="Rocket"
url="https://github.com/shibukawa/snowball_py"
name=python-snowballstemmer
version=1.2.1
release=1
source=("https://pypi.io/packages/source/s/snowballstemmer/snowballstemmer-${version}.tar.gz")
build() {
cd snowballstemmer-${version}
python3 setup.py build
python3 setup.py install --root="$PKG" --optimize=1
}
|
|
42 | Backend / Core | Update | Very Low | Low | New package: python-pytz | Requires testing | |
Task Description
The recipe for python-pytz, necessary to build zathura:
# Depends on: python
description="Cross platform time zone library for Python"
url="http://pypi.python.org/pypi/pytz"
packager="Rocket"
name=python-pytz
version=2018.7
release=1
#run=(python3)
source=("https://pypi.python.org/packages/source/p/pytz/pytz-${version}.tar.gz")
build() {
cd pytz-${version}
python3 setup.py install --root="$PKG/"
}
|
|
41 | Backend / Core | Update | Very Low | Low | New package: python-packaging | Requires testing | |
Task Description
The recipe for python-packaging, necessary to build zathura:
# Depends on: python
description="Core utilities for Python packages"
packager="Rocket"
url="https://github.com/pypa/packaging"
name=python-packaging
version=18.0
release=1
source=("https://pypi.io/packages/source/p/packaging/packaging-${version}.tar.gz")
build() {
cd packaging-${version}
python3 setup.py build
python3 setup.py install --root="$PKG"
}
|
|
40 | Backend / Core | Update | Very Low | Low | New package: python-jinja | Requires testing | |
Task Description
The recipe for python-jinja, necessary to build zathura
# Depends on: python-setuptools python-markupsafe python
description="A simple pythonic template language written in Python"
url="http://jinja.pocoo.org/"
Contributor="greg@nutyx.org"
packager="Rocket"
name=python-jinja
version=2.10
release=1
run=(python-setuptools python-markupsafe python)
source=(https://pypi.org/packages/source/J/Jinja2/Jinja2-${version}.tar.gz)
build() {
cd "$SRC"
rm -rf python{2,3}-build
for builddir in python3-build; do
cp -r Jinja2-$version $builddir
cd $builddir
${builddir%-build} setup.py build
done
python3 setup.py install --root="$PKG" -O1
}
|
|
39 | Backend / Core | Update | Very Low | Low | New package: python-imagesize | Requires testing | |
Task Description
The recipe for python-imagesize, necessary to build zathura:
# Depends on: python python-setuptools
description="Getting image size from png/jpeg/jpeg2000/gif file"
packager="Rocket"
url="https://github.com/shibukawa/imagesize_py"
name=python-imagesize
version=1.1.0
release=1
source=("https://files.pythonhosted.org/packages/source/i/imagesize/imagesize-${version}.tar.gz")
build() {
cd imagesize-${version}
python3 setup.py build
python3 setup.py install --root="$PKG" --optimize=1
}
|
|
38 | Backend / Core | Update | Very Low | Low | New package: python-docutils | Requires testing | |
Task Description
The recipe for python-docutils, necessary to build zathura:
description="Set of tools for processing plaintext docs into formats such as HTML, XML, or LaTeX"
url="http://docutils.sourceforge.net"
contributors="tnut"
contributor="greg<greg@nutyx.org>"
packager="Rocket"
# Depends on: python
name=python-docutils
_name=docutils
version=0.14
release=1
source=("http://downloads.sourceforge.net/${_name}/${_name}-${version}.tar.gz")
build() {
cd docutils-$version
python3 setup.py install --root=$PKG
}
|
|
37 | Backend / Core | Update | Very Low | Low | New package: python-babel | Requires testing | |
Task Description
The recipe for python-babel, necessary to build zathura
# Depends on: python-setuptools python-pytz
description="A collection of tools for internationalizing Python applications"
url="http://babel.pocoo.org/"
packager="tnut <tnut@nutyx.org>"
name=python-babel
version=2.6.0
release=1
PKGMK_KEEP_SOURCES="no"
run=(python python-setuptools python-pytz)
source=(https://github.com/python-babel/babel/archive/v$version.tar.gz
)
prepare() {
cd "$SRC"/babel-${version}
}
build() {
cd "$SRC"/babel-${version}
python3 setup.py import_cldr
python3 setup.py install --root="$PKG"
}
|
|
35 | Backend / Core | Update | Very Low | Low | New package: rofi | Requires testing | |
Task Description
The recipe for pass, to manage password on the commandline:
# Depends on: gnupg tree
description="Stores, retrives, generates, and synchronizes passwords securely"
packager="Rocket"
url="http://passwordstore.org"
name=pass
version=1.7.3
release=1
source=(http://git.zx2c4.com/password-store/snapshot/password-store-${version}.tar.xz)
build() {
cd password-store-$version
make DESTDIR="$PKG" WITH_ALLCOMP=yes install
}
|
|
13 | Backend / Core | Bug Report | Very Low | Low | Addition of some packages into repository | Requires testing | |
Task Description
Kindly can you add following packages to repositories?
Viewnior Gthumb Terminator Qbittorrent.
|
|
11 | Backend / Core | Update | Medium | Low | Microcode update files for Intel CPUs | Assigned | |
Task Description
# Depends on: iucode-tool
description=”Microcode update files for Intel CPUs” url=”https://downloadcenter.intel.com/SearchResult.aspx?lang=eng&keyword=processor%20microcode%20data%20file” packager=”Dania Dania@nutyx.org” contributors=””
name=intel-ucode version=20180807.a # Some random “download id” that intel has in their downloadcenter _dlid=28087
source=(https://downloadmirror.intel.com/${_dlid}/eng/microcode-${version/./}.tgz)
build() {
cd $SRC
rm -f intel-ucode{,-with-caveats}/list
mkdir -p kernel/x86/microcode
iucode_tool -w kernel/x86/microcode/GenuineIntel.bin intel-ucode{,-with-caveats}/
echo kernel/x86/microcode/GenuineIntel.bin | bsdcpio -o -H newc -R 0:0 > intel-ucode.img
cd $SRC
install -D -m0644 intel-ucode.img $PKG/boot/intel-ucode.img
}
|