From 7befbe97ab84e40e9112d7bd85dfd0ad60c105a4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 6 Oct 2008 23:29:59 +0200 Subject: [PATCH] Added xauth-1.0.3 and xinit-1.1.0 templates. --HG-- extra : convert_revision : 044549bd8b6f06c3543908e95a36c19e6e964887 --- dependencies/build-depends.db | Bin 10240 -> 10752 bytes templates/xauth.tmpl | 15 +++++++++++++++ templates/xinit.tmpl | 13 +++++++++++++ 3 files changed, 28 insertions(+) create mode 100755 templates/xauth.tmpl create mode 100755 templates/xinit.tmpl diff --git a/dependencies/build-depends.db b/dependencies/build-depends.db index e90e55542102ef0feb5b44d08c0d2155e62835e0..6d7ccb01fae8d8c1470322703dc0fc77a5fb6ab6 100644 GIT binary patch delta 285 zcmZn&Xb9OLz@%ozaE0Lu;~mBTMh!+0#y1QX7>_V+VO+vEg|UUvg|UJ$hVcqR2IFKi zrg@?~3=9k+K+I5)W?`nAnO9I+qMN(%kG5(i?2ip;#s5{C5L#OzdEV?7H)g^I+|k_=r#Jp(=C&9!3PtP&v8Kqe_L zJYl%OxPq~VF@o_40}taw#Uq*^V0jvwzn4HX{h}=@JIVM1dPM#_V+VO+vEg|UUvg|UJ$hB1SYfnl;4 z)4a(UtP-2wFi8kY@G(FD6OdA3Xkgd_RO`bi!8ln?%xa>6*5(GW4ptd%pd?6v3WE>B w4aOCWDvTwJHy9=Wc@B&d6*VT8X!cCzk@cC}BP%o6LDOV%gsjQt6|xar04#ST?*IS* diff --git a/templates/xauth.tmpl b/templates/xauth.tmpl new file mode 100755 index 00000000000..cf145ad3773 --- /dev/null +++ b/templates/xauth.tmpl @@ -0,0 +1,15 @@ +# Template build file for 'xauth'. +pkgname=xauth +version=1.0.3 +extract_sufx=".tar.bz2" +url=http://xorg.freedesktop.org/releases/individual/app +build_style=gnu_configure +make_cmd="$PKGFS_MASTERDIR/bin/gmake" +short_desc="X authentication utility" +maintainer="Juan RP " +checksum=be87304d87abacc1d5fb00473807085d64b12e45 +long_desc=" + This package provides xauth, a program to display and manipulate the + authentication data used by the X11 clients. + + This is from the modular X.org X11 project." diff --git a/templates/xinit.tmpl b/templates/xinit.tmpl new file mode 100755 index 00000000000..762ff61505f --- /dev/null +++ b/templates/xinit.tmpl @@ -0,0 +1,13 @@ +# Template build file for 'xinit'. +pkgname=xinit +version=1.1.0 +extract_sufx=".tar.bz2" +url=http://xorg.freedesktop.org/releases/individual/app +build_style=gnu_configure +make_cmd="$PKGFS_MASTERDIR/bin/gmake" +short_desc="X init program" +maintainer="Juan RP " +checksum=d2631bd7eea0ce702b2b4d380e28365dab4fef83 +long_desc=" + This package provides xinit and startx, utilities for starting the + X Window System server. This is from the modular X.org."