aboutsummaryrefslogtreecommitdiff
path: root/lowdown
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-06-12 07:30:22 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-06-12 07:30:22 +0000
commit17b3343e0e69597ef19ef0636f24f2eff070da8c (patch)
tree1983d780feebc87beda6b45e664dba837fc2911b /lowdown
parent46ed11501c3d4ea211c0a8494fe20ff58bd1691e (diff)
downloadalicelinux-17b3343e0e69597ef19ef0636f24f2eff070da8c.tar.gz
alicelinux-17b3343e0e69597ef19ef0636f24f2eff070da8c.zip
Woodpecker CI 56431a6959312e549b43ccace3cc194a92b94517 [SKIP CI]
Diffstat (limited to 'lowdown')
-rw-r--r--lowdown/.checksum2
-rw-r--r--lowdown/.files11
-rw-r--r--lowdown/abuild8
-rw-r--r--lowdown/depends1
4 files changed, 15 insertions, 7 deletions
diff --git a/lowdown/.checksum b/lowdown/.checksum
index 493435e3..2706757b 100644
--- a/lowdown/.checksum
+++ b/lowdown/.checksum
@@ -1 +1 @@
-78297f4b69054eed64b3ccc2c73b33bfbc58df8ee3e3e0e7caf30d1050f5cde2 VERSION_1_4_0.tar.gz
+d72e10b007c4c9bb7b5310d345845fdc7b5d178a1729eccd72f52f237f73c992 VERSION_2_0_2.tar.gz
diff --git a/lowdown/.files b/lowdown/.files
index 2a4c9d7b..a5c6f3bf 100644
--- a/lowdown/.files
+++ b/lowdown/.files
@@ -5,14 +5,21 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/include/
-r--r--r-- root/root usr/include/lowdown.h
drwxr-xr-x root/root usr/lib/
-lrwxrwxrwx root/root usr/lib/liblowdown.so -> liblowdown.so.1
--r--r--r-- root/root usr/lib/liblowdown.so.1
+lrwxrwxrwx root/root usr/lib/liblowdown.so -> liblowdown.so.2
+-r--r--r-- root/root usr/lib/liblowdown.so.2
drwxr-xr-x root/root usr/lib/pkgconfig/
-r--r--r-- root/root usr/lib/pkgconfig/lowdown.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/lowdown/
drwxr-xr-x root/root usr/share/lowdown/html/
-r--r--r-- root/root usr/share/lowdown/html/default.html
+-r--r--r-- root/root usr/share/lowdown/html/sblg.xml
+drwxr-xr-x root/root usr/share/lowdown/latex/
+-r--r--r-- root/root usr/share/lowdown/latex/default.latex
+drwxr-xr-x root/root usr/share/lowdown/man/
+-r--r--r-- root/root usr/share/lowdown/man/default.man
+drwxr-xr-x root/root usr/share/lowdown/ms/
+-r--r--r-- root/root usr/share/lowdown/ms/default.ms
drwxr-xr-x root/root usr/share/lowdown/odt/
-r--r--r-- root/root usr/share/lowdown/odt/styles.xml
drwxr-xr-x root/root usr/share/man/
diff --git a/lowdown/abuild b/lowdown/abuild
index aa5291b6..4700998a 100644
--- a/lowdown/abuild
+++ b/lowdown/abuild
@@ -1,12 +1,12 @@
name=lowdown
-version=1.4.0
+version=2.0.2
_v=$(echo $version | sed 's/\./_/g')
release=1
source="https://github.com/kristapsdz/lowdown/archive/refs/tags/VERSION_${_v}.tar.gz"
build(){
./configure PREFIX=/usr MANDIR=/usr/share/man
- make
- make regress
- make install install_libs
+ bmake
+ bmake regress
+ bmake install install_libs
}
diff --git a/lowdown/depends b/lowdown/depends
new file mode 100644
index 00000000..18de1f23
--- /dev/null
+++ b/lowdown/depends
@@ -0,0 +1 @@
+bmake