@@ -0,0 +1,23 @@ | |||
# Generated by makepkg 4.2.0 | |||
# Tue Dec 23 11:26:28 UTC 2014 | |||
pkgbase = package-query | |||
pkgdesc = Query ALPM and AUR | |||
pkgver = 1.5 | |||
pkgrel = 1 | |||
url = https://github.com/archlinuxfr/package-query/ | |||
arch = i686 | |||
arch = x86_64 | |||
arch = mips64el | |||
arch = armv6h | |||
arch = armv7h | |||
arch = arm | |||
license = GPL | |||
depends = pacman>=4.1 | |||
depends = pacman<4.3 | |||
depends = curl | |||
depends = yajl>=2.0 | |||
source = http://mir.archlinux.fr/~tuxce/releases/package-query/package-query-1.5.tar.gz | |||
md5sums = 3ad043d6aa87c497a1e6f0a5d2543e33 | |||
pkgname = package-query | |||
@@ -0,0 +1,25 @@ | |||
# Contributor: tuxce <tuxce.net@gmail.com> | |||
pkgname=package-query | |||
pkgver=1.5 | |||
pkgrel=1 | |||
pkgdesc="Query ALPM and AUR" | |||
arch=('i686' 'x86_64' 'mips64el' 'armv6h' 'armv7h' 'arm') | |||
url="https://github.com/archlinuxfr/package-query/" | |||
license=('GPL') | |||
depends=('pacman>=4.1' 'pacman<4.3' curl 'yajl>=2.0') | |||
source=(http://mir.archlinux.fr/~tuxce/releases/$pkgname/$pkgname-$pkgver.tar.gz) | |||
md5sums=('3ad043d6aa87c497a1e6f0a5d2543e33') | |||
build() { | |||
cd "$srcdir/$pkgname-$pkgver" | |||
./configure --localstatedir=/var --prefix=/usr --sysconfdir=/etc --with-aur-url=https://aur.archlinux.org | |||
make | |||
} | |||
package () | |||
{ | |||
cd "$srcdir/$pkgname-$pkgver" | |||
make DESTDIR="$pkgdir" install | |||
} | |||
# vim:set ts=2 sw=2 et: |
@@ -0,0 +1,25 @@ | |||
# Generated by makepkg 4.2.0 | |||
# using fakeroot version 1.20.2 | |||
# Mon Dec 29 06:14:03 UTC 2014 | |||
pkgname = package-query | |||
pkgver = 1.5-1 | |||
pkgdesc = Query ALPM and AUR | |||
url = https://github.com/archlinuxfr/package-query/ | |||
builddate = 1419833643 | |||
packager = Unknown Packager | |||
size = 86016 | |||
arch = x86_64 | |||
license = GPL | |||
depend = pacman>=4.1 | |||
depend = pacman<4.3 | |||
depend = curl | |||
depend = yajl>=2.0 | |||
makepkgopt = strip | |||
makepkgopt = docs | |||
makepkgopt = !libtool | |||
makepkgopt = !staticlibs | |||
makepkgopt = emptydirs | |||
makepkgopt = zipman | |||
makepkgopt = purge | |||
makepkgopt = !upx | |||
makepkgopt = !debug |
@@ -0,0 +1,25 @@ | |||
# Maintainer: stlarch stlarchie@gmail.com | |||
pkgname=termsyn | |||
pkgver=1.8.7 | |||
pkgrel=1 | |||
pkgdesc="Clean, monospaced bitmap font based on Terminus and Tamsyn." | |||
arch=('any') | |||
url="http://sourceforge.net/projects/termsyn" | |||
license=('GPLv2') | |||
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils') | |||
install=termsyn.install | |||
source=("http://sourceforge.net/projects/termsyn/files/$pkgname-$pkgver.tar.gz") | |||
package () { | |||
cd "$srcdir/$pkgname-$pkgver" | |||
install -d "$pkgdir/usr/share/fonts/local" | |||
install -d "$pkgdir/usr/share/kbd/consolefonts" | |||
install -d "$pkgdir/usr/share/doc/$pkgname" | |||
install -m644 *.pcf "$pkgdir/usr/share/fonts/local" | |||
install -m644 *.psfu "$pkgdir/usr/share/kbd/consolefonts" | |||
install -m644 README.termsyn "$pkgdir/usr/share/doc/$pkgname" | |||
} | |||
md5sums=('e870a0952bc1c5137a216e03095fe2db') |
@@ -0,0 +1,20 @@ | |||
# arg 1: the new package version | |||
post_install() { | |||
echo "Updating font cache... " | |||
fc-cache -fs >/dev/null 2>&1 | |||
mkfontscale /usr/share/fonts/local | |||
mkfontdir /usr/share/fonts/local | |||
} | |||
# arg 1: the new package version | |||
# arg 2: the old package version | |||
post_upgrade() { | |||
post_install $1 | |||
} | |||
# arg 1: the old package version | |||
post_remove() { | |||
fc-cache -fs >/dev/null 2>&1 | |||
mkfontscale /usr/share/fonts/local | |||
mkfontdir /usr/share/fonts/local | |||
} |
@@ -0,0 +1,24 @@ | |||
# Generated by makepkg 4.1.2 | |||
# using fakeroot version 1.20.2 | |||
# Sat Dec 27 23:57:34 UTC 2014 | |||
pkgname = termsyn | |||
pkgver = 1.8.7-1 | |||
pkgdesc = Clean, monospaced bitmap font based on Terminus and Tamsyn. | |||
url = http://sourceforge.net/projects/termsyn | |||
builddate = 1419724654 | |||
packager = Unknown Packager | |||
size = 1863680 | |||
arch = any | |||
license = GPLv2 | |||
depend = fontconfig | |||
depend = xorg-fonts-encodings | |||
depend = xorg-font-utils | |||
makepkgopt = strip | |||
makepkgopt = docs | |||
makepkgopt = !libtool | |||
makepkgopt = !staticlibs | |||
makepkgopt = emptydirs | |||
makepkgopt = zipman | |||
makepkgopt = purge | |||
makepkgopt = !upx | |||
makepkgopt = !debug |
@@ -0,0 +1,74 @@ | |||
Termsyn is a clean monospaced bitmap font based on Terminus (http://terminus-font.sourceforge.net/) and Tamsyn (http://www.fial.com/~scott/tamsyn-font/). | |||
There are four sizes now: 6x11, 7x12, 6x13 and 7x14. There are iso8859-1 and 2 versions, versions with status "icons", consolefonts, and I started working on iso10646-1 | |||
versions. All have bold too. | |||
Each size has 12 fonts, for example: | |||
termsyn6x11r.pcf (6x11 medium) | |||
termsyn6x11b.pcf (6x11 bold) | |||
termsyn6x11r2.pcf (6x11 medium iso8859-2) | |||
termsyn6x11b2.pcf (6x11 bold iso8859-2) | |||
termsyn6x11r.icons.pcf (6x11 medium with status icons) | |||
termsyn6x11b.icons.pcf (6x11 bold with status icons) | |||
termsyn6x11r.psfu (6x11 medium consolefont) | |||
termsyn6x11b.psfu (6x11 bold consolefont) | |||
termsyn6x11r2.psfu (6x11 medium iso8859-2 consolefont) | |||
termsyn6x11b2.psfu (6x11 bold iso8859-2 consolefont) | |||
termsynu6x11r.pcf (6x11 medium iso10646-1) | |||
termsynu6x11b.pcf (6x11 bold iso10646-1) | |||
You can use xfontsel to get the full names. | |||
To install manually system-wide, copy the .pcf files to /usr/share/fonts/local and copy the .psfu files to /usr/share/kbd/consolefonts. | |||
Then do: | |||
sudo fc-cache -f | |||
sudo mkfontscale /usr/share/fonts/local | |||
sudo mkfontdir /usr/share/fonts/local | |||
And make sure you have something like this in your .xinitrc: | |||
xset +fp /usr/share/fonts/local | |||
xset fp rehash | |||
I would recommend trying to use the ISO10646-1 versions first and use the ISO8859-1 or 2 versions as fallback. | |||
To use the ISO10646-1: | |||
-*-termsynu-medium-r-*-*-11-*-*-*-*-*-*-* | |||
-*-termsynu-bold-r-*-*-11-*-*-*-*-*-*-* | |||
For the ISO8859-1 or 2: | |||
-*-termsyn-medium-r-*-*-11-*-*-*-*-*-*-* | |||
-*-termsyn-bold-r-*-*-11-*-*-*-*-*-*-* | |||
The icon versions have status "icons" that I drew into the font. The inspiration for the icons came from lokaltog (https://github.com/Lokaltog) and his post in the dwm | |||
(http://dwm.suckless.org) hackers thread on the Arch Linux forum (https://bbs.archlinux.org/viewtopic.php?pid=724236#p724236). | |||
To use the icon versions: | |||
-*-termsyn.icons-medium-r-*-*-11-*-*-*-*-*-*-* | |||
-*-termsyn.icons-bold-r-*-*-11-*-*-*-*-*-*-* | |||
You can use xfd to view the font. (xfd -fn -misc-termsyn.icons-medium-r-normal--11-79-100-100-c-60-iso8859-1). | |||
From a terminal, you can do something like: | |||
(echo -e '\xB8') to display a clock icon for example and then copy the output to a script or config.h. | |||
You can also use pcf2bdf to convert the .pcf fonts to .bdf and then use gbdfed to view and edit the font (http://sofia.nmsu.edu/~mleisher/Software/gbdfed/). | |||
To convert from .pcf to .bdf: (pcf2bdf -o termsyn6x11r.bdf termsyn6x11r.pcf). | |||
Then use bdftopcf to convert it back: (bdftopcf -o termsyn6x11r.pcf termsyn6x11r.bdf). | |||
Or an easy way is to check out the screenshots in the termsyn thread on the Arch Linux forum (https://bbs.archlinux.org/viewtopic.php?pid=1112799#p1112799). | |||
A better solution for icons (at least for dwm, which I originally made these for) might be to use stlarch_font (http://sourceforge.net/projects/stlarchfont/). | |||
See the README.stlarch_font for more info. | |||
To try a consolefont, you can do: (setfont termsyn6x11r) for example. See your distros documentation for a more permanent solution. | |||
Created by stlarch (stlarchie@gmail.com) | |||
Released under GPLv2 license. (http://www.gnu.org/licenses/gpl-2.0.html) | |||
Changes in version 1.8.5: Added consolefonts and started working on iso10646-1 versions. Dropped the 8x15 and 8x17 sizes. I'm not happy with them and not interested in | |||
developing them any further. For something in this size range, I would recommend using Terminus 16 or Tamsyn 15/17. | |||
Changes in version 1.8.6: Added a missing glyph in termsynu7x14b. | |||
Changes in version 1.8.7: Fixed the mapping table for the iso8859-1 consolefonts. |
@@ -0,0 +1,20 @@ | |||
# arg 1: the new package version | |||
post_install() { | |||
echo "Updating font cache... " | |||
fc-cache -fs >/dev/null 2>&1 | |||
mkfontscale /usr/share/fonts/local | |||
mkfontdir /usr/share/fonts/local | |||
} | |||
# arg 1: the new package version | |||
# arg 2: the old package version | |||
post_upgrade() { | |||
post_install $1 | |||
} | |||
# arg 1: the old package version | |||
post_remove() { | |||
fc-cache -fs >/dev/null 2>&1 | |||
mkfontscale /usr/share/fonts/local | |||
mkfontdir /usr/share/fonts/local | |||
} |
@@ -13,7 +13,7 @@ arch=('i686' 'x86_64') | |||
url="http://vlmc.org/" | |||
license=('GPL') | |||
depends=('vlc' 'frei0r-plugins') | |||
makedepends=('git' 'cmake') | |||
makedepends=('git' 'cmake' 'qt5-tools') | |||
source=( | |||
'git+git://git.videolan.org/vlmc.git' | |||
) |
@@ -1,13 +1,13 @@ | |||
# Generated by makepkg 4.1.2 | |||
# using fakeroot version 1.20.2 | |||
# Mon Dec 8 16:10:41 UTC 2014 | |||
# Sun Dec 28 23:54:18 UTC 2014 | |||
pkgname = vlmc-git | |||
pkgver = 1:0.3594.6b0c72b-1 | |||
pkgdesc = VideoLAN Movie Creator, a simple and user-friendly video editor | |||
url = http://vlmc.org/ | |||
builddate = 1418055041 | |||
builddate = 1419810858 | |||
packager = Unknown Packager | |||
size = 1976320 | |||
size = 1943552 | |||
arch = x86_64 | |||
license = GPL | |||
conflict = vlmc | |||
@@ -16,6 +16,7 @@ depend = vlc | |||
depend = frei0r-plugins | |||
makedepend = git | |||
makedepend = cmake | |||
makedepend = qt5-tools | |||
makepkgopt = strip | |||
makepkgopt = docs | |||
makepkgopt = !libtool |
@@ -0,0 +1,19 @@ | |||
pkgbase = yaourt | |||
pkgdesc = A pacman wrapper with extended features and AUR support | |||
pkgver = 1.5 | |||
pkgrel = 1 | |||
url = https://github.com/archlinuxfr/yaourt | |||
arch = any | |||
license = GPL | |||
depends = diffutils | |||
depends = pacman>=4.1 | |||
depends = package-query>=1.4 | |||
depends = gettext | |||
optdepends = aurvote: vote for favorite packages from AUR | |||
optdepends = customizepkg: automatically modify PKGBUILD during install/upgrade | |||
optdepends = rsync: retrieve PKGBUILD from official repositories | |||
source = http://mir.archlinux.fr/~tuxce/releases/yaourt/yaourt-1.5.tar.gz | |||
backup = etc/yaourtrc | |||
pkgname = yaourt | |||
@@ -0,0 +1,29 @@ | |||
# Author: Julien MISCHKOWITZ <wain@archlinux.fr> | |||
# Author: tuxce <tuxce.net@gmail.com> | |||
pkgname=yaourt | |||
pkgver=1.5 | |||
pkgrel=1 | |||
pkgdesc="A pacman wrapper with extended features and AUR support" | |||
arch=('any') | |||
url="https://github.com/archlinuxfr/yaourt" | |||
license=(GPL) | |||
depends=('diffutils' 'pacman>=4.1' 'package-query>=1.4' 'gettext') | |||
optdepends=('aurvote: vote for favorite packages from AUR' | |||
'customizepkg: automatically modify PKGBUILD during install/upgrade' | |||
'rsync: retrieve PKGBUILD from official repositories') | |||
backup=('etc/yaourtrc') | |||
source=(http://mir.archlinux.fr/~tuxce/releases/$pkgname/$pkgname-$pkgver.tar.gz) | |||
md5sums=('4e1ee5533a567868facf035851e531f6') | |||
build() { | |||
cd "$srcdir/$pkgname-$pkgver/" | |||
make PREFIX=/usr sysconfdir=/etc localstatedir=/var | |||
} | |||
package() { | |||
cd "$srcdir/$pkgname-$pkgver/" | |||
make PREFIX=/usr sysconfdir=/etc localstatedir=/var DESTDIR="$pkgdir" install | |||
} | |||
# vim:set ts=2 sw=2 et: |