Alois Mahdal 8 лет назад
Родитель
Сommit
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