瀏覽代碼

Convert to Shellfu v0.10.*

Alois Mahdal 7 年之前
父節點
當前提交
89e791c33f
共有 3 個文件被更改,包括 7 次插入4 次删除
  1. 5
    1
      packaging/debian/control
  2. 1
    2
      packaging/imapdomo.spec
  3. 1
    1
      src/imapdomo.skel

+ 5
- 1
packaging/debian/control 查看文件

8
 
8
 
9
 Package: __MKIT_PROJ_PKGNAME__
9
 Package: __MKIT_PROJ_PKGNAME__
10
 Architecture: all
10
 Architecture: all
11
-Depends: bash, imapfilter, shellfu-bash, shellfu-bash-core, shellfu-bash-extras
11
+Depends:
12
+ bash,
13
+ imapfilter,
14
+ shellfu-bash,
15
+ shellfu-bash-pretty,
12
 Description: __MKIT_PROJ_TAGLINE__
16
 Description: __MKIT_PROJ_TAGLINE__
13
  imapdomo is simple convenience wrapper around imapfilter that
17
  imapdomo is simple convenience wrapper around imapfilter that
14
  adds few more Lua functions and suggests some system to way how you can
18
  adds few more Lua functions and suggests some system to way how you can

+ 1
- 2
packaging/imapdomo.spec 查看文件

10
 BuildRequires:	coreutils git
10
 BuildRequires:	coreutils git
11
 Requires:	imapfilter
11
 Requires:	imapfilter
12
 Requires:	shellfu-bash
12
 Requires:	shellfu-bash
13
-Requires:	shellfu-bash-core
14
-Requires:	shellfu-bash-extras
13
+Requires:	shellfu-bash-pretty
15
 
14
 
16
 %description
15
 %description
17
 imapdomo is simple convenience wrapper around imapfilter that
16
 imapdomo is simple convenience wrapper around imapfilter that

+ 1
- 1
src/imapdomo.skel 查看文件

1
 #!/bin/bash
1
 #!/bin/bash
2
 
2
 
3
-. "$(shellfu-get path)" || exit 3
3
+. "$(sfpath)" || exit 3
4
 
4
 
5
 shellfu import pretty
5
 shellfu import pretty
6
 
6