commit 6eadd932d3550aa8e3ae9b7406abe251fea7e8d2
Author: aabacchus <bvnfuller@gmail.com>
Date: Tue, 5 Jan 2021 23:57:38 +0000
initial
Diffstat:
9 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/libxdg-basedir/build b/libxdg-basedir/build
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+./autogen.sh
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install
diff --git a/libxdg-basedir/checksums b/libxdg-basedir/checksums
@@ -0,0 +1 @@
+ea6c7b332db0f7fabd7f5baef4be56b8ef33804e05d36acbac4c083c0130cb99 v1.2.2.tar.gz
diff --git a/libxdg-basedir/sources b/libxdg-basedir/sources
@@ -0,0 +1 @@
+https://github.com/davmac314/libxdg-basedir/archive/v1.2.2.tar.gz
diff --git a/libxdg-basedir/version b/libxdg-basedir/version
@@ -0,0 +1 @@
+1.2.2 1
diff --git a/picom-ibhagwan/build b/picom-ibhagwan/build
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+meson \
+ --prefix=/usr \
+ -Ddbus=false \
+ -Dregex=false \
+ . build
+
+ninja -C build
+ninja -C build install
diff --git a/picom-ibhagwan/checksums b/picom-ibhagwan/checksums
@@ -0,0 +1 @@
+1fdeda688d09643563e4314f885beaf074023235e56598ae98d481364e615607
diff --git a/picom-ibhagwan/depends b/picom-ibhagwan/depends
@@ -0,0 +1,9 @@
+libconfig
+libev libev
+meson make
+pixman
+pkgconf make
+uthash make
+xcb-util-image
+xcb-util-renderutil
+libxdg-basedir
diff --git a/picom-ibhagwan/sources b/picom-ibhagwan/sources
@@ -0,0 +1 @@
+https://github.com/ibhagwan/picom/archive/v7.5.tar.gz
diff --git a/picom-ibhagwan/version b/picom-ibhagwan/version
@@ -0,0 +1 @@
+7.5 1