Compare commits

..
7 Commits
Author SHA1 Message Date
EnumDev 883618829f Switch to new package format 2026-06-13 20:01:46 +03:00
EnumDev 866975bf54 Move dependencies to runtime dependencies 2026-02-24 18:33:28 +02:00
EnumDev 37ecf9bffc Update .gitignore 2026-02-24 12:46:56 +02:00
EnumDev 720e33ddc4 Add xfwm4-themes as a dependency 2025-10-07 12:50:08 +03:00
EnumDev 077b1999d1 Add check-version.sh script 2025-09-21 20:18:38 +03:00
EnumDev 5d5f0095b2 Add xfce4-terminal as a dependency 2025-09-08 16:14:19 +03:00
EnumDev 23b5e95475 Rename package to xfce4 2025-09-08 16:12:00 +03:00
5 changed files with 35 additions and 9 deletions
+3
View File
@@ -0,0 +1,3 @@
# Ignore BPM archives and signatures
*.bpm
*.bpm.sig
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
# Ignore this package
echo "ignore"
+27
View File
@@ -0,0 +1,27 @@
name: xfce4
description: The Xfce Desktop Environment
version: "4.20"
revision: 5
url: https://www.xfce.org/
maintainers:
- [email protected]
architecture: any
type: source
runtime_depends:
- exo
- garcon
- thunar
- thunar-volman
- tumbler
- xfce4-appfinder
- xfce4-panel
- xfce4-power-manager
- xfce4-session
- xfce4-settings
- xfce4-terminal
- xfconf
- xfdesktop
- xfwm4
- xfwm4-themes
replaces:
- xfce
-8
View File
@@ -1,8 +0,0 @@
name: xfce
description: The Xfce Desktop Environment
version: 4.18
revision: 2
url: https://www.xfce.org/
architecture: any
depends: ["exo","garcon","thunar","thunar-volman","tumbler","xfce4-appfinder","xfce4-panel","xfce4-power-manager","xfce4-session","xfce4-settings","xfconf","xfdesktop","xfwm4"]
type: source
+1 -1
View File
@@ -1,4 +1,4 @@
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package
# This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT