2 Commits 09f3149910 ... c5bf346f15

Author SHA1 Message Date
  Matías Fonzo c5bf346f15 recipes: Define missing 'pkgcategory' 3 years ago
  Matías Fonzo ecbb661854 recipes: Adjust recipe format (minor changes) 3 years ago

+ 7 - 6
recipes/x-apps/fittsen/recipe

@@ -1,7 +1,7 @@
 # Build recipe for fittsen (fork of fittstool).
 #
 # Copyright (c) 2018 Markus Tornow, <tornow@riseup.net>.
-# Copyright (c) 2018-2019 Matias Fonzo, <selk@dragora.org>.
+# Copyright (c) 2018-2020 Matias Fonzo, <selk@dragora.org>.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -15,12 +15,15 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+# Exit immediately on any error
+set -e
+
 program=fittsen
 version=20190618_277dd4f
 release=4
 
-# Set 'outdir' for a nice and well-organized output directory
-outdir="${outdir}/${arch}/community/x-apps"
+# Define a category for the output of the package name
+pkgcategory=x-apps
 
 tarname=${program}-${version}.tar.lz
 
@@ -46,8 +49,6 @@ docsdir="${docdir}/${program}-${version}"
 
 build()
 {
-    set -e
-
     unpack "${tardir}/$tarname"
 
     cd "$srcdir"
@@ -70,7 +71,7 @@ build()
     then
         (
             cd "${destdir}/$mandir"
-            find . -type f -exec lzip -9 '{}' +
+            find . -type f -exec lzip -9 {} +
             find . -type l | while read -r file
             do
                 ln -sf "$(readlink -- "$file").lz" "${file}.lz"

+ 7 - 6
recipes/x-apps/icewm/recipe

@@ -1,6 +1,6 @@
 # Build recipe for icewm.
 #
-# Copyright (c) 2018-2019 Matias Fonzo, <selk@dragora.org>.
+# Copyright (c) 2018-2020 Matias Fonzo, <selk@dragora.org>.
 # Copyright (c) 2019 Lucas Skoldqvist, <frusen@dragora.org>.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -15,12 +15,15 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+# Exit immediately on any error
+set -e
+
 program=icewm
 version=1.6.2
 release=1
 
-# Set 'outdir' for a nice and well-organized output directory
-outdir="${outdir}/${arch}/community/x-apps"
+# Define a category for the output of the package name
+pkgcategory=x-apps
 
 tarname=${program}-${version}.tar.lz
 
@@ -48,8 +51,6 @@ docsdir="${docdir}/${program}-${version}"
 
 build()
 {
-    set -e
-
     unpack "${tardir}/$tarname"
 
     cd "$srcdir"
@@ -85,7 +86,7 @@ build()
     then
         (
             cd "${destdir}/$mandir"
-            find . -type f -exec lzip -9 '{}' +
+            find . -type f -exec lzip -9 {} +
             find . -type l | while read -r file
             do
                 ln -sf "$(readlink -- "$file").lz" "${file}.lz"

+ 6 - 5
recipes/x-apps/tint2/recipe

@@ -14,12 +14,15 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+# Exit immediately on any error
+set -e
+
 program=tint2
 version=20190714_7831350
 release=2
 
-# Set 'outdir' for a nice and well-organized output directory
-outdir="${outdir}/${arch}/community/x-apps"
+# Define a category for the output of the package name
+pkgcategory=x-apps
 
 tarname=${program}-${version}.tar.lz
 
@@ -44,8 +47,6 @@ docsdir="${docdir}/${program}-${version}"
 
 build()
 {
-    set -e
-
     unpack "${tardir}/$tarname"
 
     cd "$srcdir"
@@ -74,7 +75,7 @@ build()
     then
         (
             cd "${destdir}/$mandir"
-            find . -type f -exec lzip -9 '{}' +
+            find . -type f -exec lzip -9 {} +
             find . -type l | while read -r file
             do
                 ln -sf "$(readlink -- "$file").lz" "${file}.lz"

+ 6 - 5
recipes/x-apps/xdotool/recipe

@@ -1,7 +1,7 @@
 # Build recipe for xdotool.
 #
 # Copyright (c) 2018 Markus Tornow, <tornow@riseup.net>.
-# Copyright (c) 2018 Matias Fonzo, <selk@dragora.org>.
+# Copyright (c) 2018, 2020 Matias Fonzo, <selk@dragora.org>.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -15,12 +15,15 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+# Exit immediately on any error
+set -e
+
 program=xdotool
 version=3.20160805.1
 release=1
 
-# Set 'outdir' for a nice and well-organized output directory
-outdir="${outdir}/${arch}/community/x-apps"
+# Define a category for the output of the package name
+pkgcategory=x-apps
 
 tarname=${program}-${version}.tar.gz
 
@@ -48,8 +51,6 @@ docsdir="${docdir}/${program}-${version}"
 
 build()
 {
-    set -e
-
     unpack "${tardir}/$tarname"
 
     cd "$srcdir"