Compare commits
7
Commits
1a17ec8858
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
883618829f
|
||
|
|
866975bf54
|
||
|
|
37ecf9bffc
|
||
|
|
720e33ddc4
|
||
|
|
077b1999d1
|
||
|
|
5d5f0095b2 | ||
|
|
23b5e95475 |
@@ -0,0 +1,3 @@
|
|||||||
|
# Ignore BPM archives and signatures
|
||||||
|
*.bpm
|
||||||
|
*.bpm.sig
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Ignore this package
|
||||||
|
echo "ignore"
|
||||||
@@ -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
|
||||||
@@ -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,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 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
|
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
||||||
|
|
||||||
Reference in New Issue
Block a user