kiss-repo

personal package repository
git clone git://bvnf.space/kiss-repo.git
Log | Files | Refs | README | LICENSE

commit d65d0502b3ce216ee6168b1d523715bd5631da12
parent 8454bd41cd1145513fe5656679cd2bd44cd8a3c7
Author: aabacchus <ben@bvnf.space>
Date:   Mon, 24 Oct 2022 17:29:53 +0100

xclock: 1.1.1

Diffstat:
Axclock/build | 7+++++++
Axclock/checksums | 1+
Axclock/depends | 7+++++++
Axclock/manifest | 22++++++++++++++++++++++
Axclock/sources | 1+
Axclock/version | 1+
6 files changed, 39 insertions(+), 0 deletions(-)

diff --git a/xclock/build b/xclock/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/xclock/checksums b/xclock/checksums @@ -0,0 +1 @@ +be0f90645b0fe21d2cbfdd77102cc3168f01cb794663fd8db2b305fed261e4c3 diff --git a/xclock/depends b/xclock/depends @@ -0,0 +1,7 @@ +libX11 +libXaw +libXft +libXmu +libXrender +libXt +libxkbfile diff --git a/xclock/manifest b/xclock/manifest @@ -0,0 +1,22 @@ +/var/db/kiss/installed/xclock/version +/var/db/kiss/installed/xclock/sources +/var/db/kiss/installed/xclock/manifest +/var/db/kiss/installed/xclock/depends +/var/db/kiss/installed/xclock/checksums +/var/db/kiss/installed/xclock/build +/var/db/kiss/installed/xclock/ +/var/db/kiss/installed/ +/var/db/kiss/ +/var/db/ +/var/ +/usr/share/man/man1/xclock.1 +/usr/share/man/man1/ +/usr/share/man/ +/usr/share/X11/app-defaults/XClock-color +/usr/share/X11/app-defaults/XClock +/usr/share/X11/app-defaults/ +/usr/share/X11/ +/usr/share/ +/usr/bin/xclock +/usr/bin/ +/usr/ diff --git a/xclock/sources b/xclock/sources @@ -0,0 +1 @@ +https://www.x.org/pub/individual/app/xclock-1.1.1.tar.gz diff --git a/xclock/version b/xclock/version @@ -0,0 +1 @@ +1.1.1 1