mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-24 15:32:21 +01:00
Added ido
This commit is contained in:
parent
c0f4f1261c
commit
61ce8544f0
19
ido/.footprint
Normal file
19
ido/.footprint
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/include/
|
||||||
|
drwxr-xr-x root/root usr/include/libido3-0.1/
|
||||||
|
drwxr-xr-x root/root usr/include/libido3-0.1/libido/
|
||||||
|
-rw-r--r-- root/root usr/include/libido3-0.1/libido/idocalendarmenuitem.h
|
||||||
|
-rw-r--r-- root/root usr/include/libido3-0.1/libido/idoentrymenuitem.h
|
||||||
|
-rw-r--r-- root/root usr/include/libido3-0.1/libido/idomessagedialog.h
|
||||||
|
-rw-r--r-- root/root usr/include/libido3-0.1/libido/idorange.h
|
||||||
|
-rw-r--r-- root/root usr/include/libido3-0.1/libido/idoscalemenuitem.h
|
||||||
|
-rw-r--r-- root/root usr/include/libido3-0.1/libido/idoswitchmenuitem.h
|
||||||
|
-rw-r--r-- root/root usr/include/libido3-0.1/libido/idotimeline.h
|
||||||
|
-rw-r--r-- root/root usr/include/libido3-0.1/libido/libido.h
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
-rwxr-xr-x root/root usr/lib/libido3-0.1.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libido3-0.1.so -> libido3-0.1.so.0.0.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/libido3-0.1.so.0 -> libido3-0.1.so.0.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libido3-0.1.so.0.0.0
|
||||||
|
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||||
|
-rw-r--r-- root/root usr/lib/pkgconfig/libido3-0.1.pc
|
5
ido/.signature
Normal file
5
ido/.signature
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
untrusted comment: verify with /etc/ports/jolupalabs.pub
|
||||||
|
RWRdPtfuMX7+XP6/4vGlHHxxCvi2t3y8gzr4adQosuiuXid6ReFzeZgzOhnM39ZsVxLvEy9gvSwRx+86KQ95/kxcaKzdsQmEAwc=
|
||||||
|
SHA256 (Pkgfile) = 6cea3fee3256df5bfe895eecc20c9737d138a0eb0791bf63ba021bf2cce5da34
|
||||||
|
SHA256 (.footprint) = bb61f437850873385d2cb4d574a60063d0986522f5548e25c1491303881293a6
|
||||||
|
SHA256 (ido-12.10.2.tar.gz) = e2279c7c0eeeb2e038eaf87418df109327de28c758f45e72e19c7154a1f71f00
|
25
ido/Pkgfile
Normal file
25
ido/Pkgfile
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# Description: Widgets and other objects used for indicators.
|
||||||
|
# URL: https://launchpad.net/ido
|
||||||
|
# Maintainer: jolupa, jlpavon at me dot com
|
||||||
|
# Depends on: gtk3
|
||||||
|
|
||||||
|
name=ido
|
||||||
|
version=12.10.2
|
||||||
|
release=1
|
||||||
|
source=(https://launchpad.net/$name/12.10/$version/+download/$name-$version.tar.gz)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
|
||||||
|
cd $name-$version
|
||||||
|
|
||||||
|
export CFLAGS="$CFLAGS -Wno-deprecated-declarations"
|
||||||
|
|
||||||
|
./configure \
|
||||||
|
--prefix=/usr \
|
||||||
|
--localstatedir=/var \
|
||||||
|
--sysconfdir=/etc
|
||||||
|
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user