Compare commits
6
Commits
c59cd479af
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8c2da84d8b
|
||
|
|
5e8e5455af
|
||
|
|
77275012f2
|
||
|
|
0baf61e703
|
||
|
|
5f2d577c57
|
||
|
|
a0896b3378
|
@@ -0,0 +1,3 @@
|
||||
# Ignore BPM archives and signatures
|
||||
*.bpm
|
||||
*.bpm.sig
|
||||
+10
-8
@@ -1,34 +1,36 @@
|
||||
name: thunar
|
||||
description: A modern file manager for the Xfce Desktop Environment
|
||||
version: 4.20.6
|
||||
version: 4.20.9
|
||||
revision: 1
|
||||
url: https://docs.xfce.org/xfce/thunar/start
|
||||
license: GPL2-or-later,LGPL2.1-only
|
||||
maintainers:
|
||||
- [email protected]
|
||||
architecture: any
|
||||
type: source
|
||||
depends:
|
||||
- desktop-file-utils
|
||||
- exo
|
||||
- hicolor-icon-theme
|
||||
- libexif
|
||||
- libgudev
|
||||
- libnotify
|
||||
- libpng
|
||||
- libxfce4ui
|
||||
- libxfce4util
|
||||
- pcre2
|
||||
optional_depends:
|
||||
- gvfs
|
||||
- thunar-archive-plugin
|
||||
- thunar-volman
|
||||
- tumbler
|
||||
- gvfs:For trash support, mounting with udisk and remote filesystems
|
||||
- thunar-archive-plugin:For archive creation and extraction
|
||||
- thunar-volman:For removable device management
|
||||
- tumbler:For thumbnail previews
|
||||
make_depends:
|
||||
- glib
|
||||
- gobject-introspection
|
||||
- gtk-doc
|
||||
- xfce4-panel
|
||||
- xfce4-dev-tools
|
||||
- xfce4-panel
|
||||
downloads:
|
||||
- url: https://gitlab.xfce.org/xfce/thunar/-/archive/thunar-${BPM_PKG_VERSION}/thunar-thunar-${BPM_PKG_VERSION}.tar.gz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: 161f49b6f3698ad051905ffcaaf9979b414dc50581aa3536b98a73296998c2b1
|
||||
checksum: c3582dd823663d2c5d569ed7dc8d4206aae6a4d23789736695bdc575037a6ead
|
||||
+10
-2
@@ -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
|
||||
|
||||
@@ -12,7 +12,15 @@ prepare() {
|
||||
# The build function is executed in the source directory
|
||||
# This function is used to compile the source code
|
||||
build() {
|
||||
./configure --prefix=/usr --sysconfdir=/etc --disable-debug --enable-maintainer-mode
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--enable-gio-unix \
|
||||
--enable-gudev \
|
||||
--enable-notifications \
|
||||
--enable-exif \
|
||||
--enable-gtk-doc \
|
||||
--disable-debug \
|
||||
--enable-maintainer-mode
|
||||
make
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user